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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
Analysis
/
CallGraph
/
do-nothing-intrinsic.ll
blob
daeed23e313828b252c34d3f1b5a9a7cdb4a6388
1
; RUN: opt < %s -basiccg -enable-new-pm=0
2
; PR13903
3
4
define void @main() personality i8 0 {
5
invoke void @llvm.donothing()
6
to label %ret unwind label %unw
7
unw:
8
%tmp = landingpad i8 cleanup
9
br label %ret
10
ret:
11
ret void
12
}
13
declare void @llvm.donothing() nounwind readnone