Sign in
llvm
/
llvm-project
/
8f7cfd4e9eaf319d21b56e4b51a72ac286c97fa8
/
.
/
llvm
/
test
/
Transforms
/
GlobalOpt
/
atexit.ll
blob: e6baeb770f0be1c6ddb0de1c025b297bc9001d63 [
file
] [
log
] [
blame
]
; RUN: opt < %s -passes=globalopt -S | FileCheck %s
; CHECK: ModuleID
define
internal
i32
@__cxa_atexit
(
ptr
nocapture
%func
,
ptr
nocapture
%arg
,
ptr
nocapture
%dso_handle
)
nounwind
readnone
optsize
noimplicitfloat
{
unreachable
}