repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
GlobalOpt
/
atexit.ll
blob
e6baeb770f0be1c6ddb0de1c025b297bc9001d63
1
; RUN: opt < %s -passes=globalopt -S | FileCheck %s
2
3
; CHECK: ModuleID
4
define internal i32 @__cxa_atexit(ptr nocapture %func, ptr nocapture %arg, ptr nocapture %dso_handle) nounwind readnone optsize noimplicitfloat {
5
unreachable
6
}