[AArch64] Check the expansion of BITREVERSE in regression test
[llvm-core.git] / test / Other / 2009-03-31-CallGraph.ll
blob189c408d74c86921e1d139820914b01decb45e01
1 ; RUN: opt < %s -inline -prune-eh -disable-output
2 define void @f2() personality i32 (...)* @__gxx_personality_v0 {
3     invoke void @f6()
4         to label %ok1 unwind label %lpad1
6 ok1:
7     ret void
9 lpad1:
10     landingpad {i8*, i32}
11             cleanup
12     invoke void @f4()
13         to label %ok2 unwind label %lpad2
15 ok2:
16     call void @f8()
17     unreachable
19 lpad2:
20     %exn = landingpad {i8*, i32}
21             cleanup
22     unreachable
25 declare void @f3()
27 define void @f4() {
28     call void @f3()
29     ret void
32 declare void @f6() nounwind
34 declare void @f8()
36 declare i32 @__gxx_personality_v0(...)