[C++11] Switch autoconf and make to use C++11 by default. Now both build
[oota-llvm.git] / test / Analysis / CallGraph / do-nothing-intrinsic.ll
1 ; RUN: opt < %s -basiccg
2 ; PR13903
3
4 define void @main() {
5   invoke void @llvm.donothing()
6           to label %ret unwind label %unw
7 unw:
8   %tmp = landingpad i8 personality i8 0 cleanup
9   br label %ret
10 ret:
11   ret void
12 }
13 declare void @llvm.donothing() nounwind readnone