[OCaml] Don't build stub libraries twice.
[oota-llvm.git] / test / Other / 2009-03-31-CallGraph.ll
index dc6fc6bda51e75c5c9ee769a4a9a4c1d7e0866d1..864903cffba2452e461f47e26fcb5c49eb0379ed 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -inline -prune-eh -disable-output
+; RUN: opt %s -inline -prune-eh -disable-output
 define void @f2() {
     invoke void @f6()
         to label %ok1 unwind label %lpad1
@@ -15,6 +15,8 @@ ok2:
     unreachable
 
 lpad2:
+    %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
+            cleanup
     unreachable
 }
 
@@ -29,3 +31,4 @@ declare void @f6() nounwind
 
 declare void @f8()
 
+declare i32 @__gxx_personality_v0(...)