1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/Analysis/CallGraph/do-nothing-intrinsic.ll

14 lines
268 B
LLVM
Raw Normal View History

; RUN: opt < %s -basiccg
; PR13903
define void @main() personality i8 0 {
invoke void @llvm.donothing()
to label %ret unwind label %unw
unw:
%tmp = landingpad i8 cleanup
br label %ret
ret:
ret void
}
declare void @llvm.donothing() nounwind readnone