Update more tests to the new EH scheme.
[oota-llvm.git] / test / Transforms / PruneEH / 2003-09-14-ExternalCall.ll
index 679eafd5936302da87a12a3fcd0ed7431c39b0a1..64aba4610167e5d042a72ccf630e123804e9ffd3 100644 (file)
@@ -6,6 +6,9 @@ define void @foo() {
        invoke void @External( )
                        to label %Cont unwind label %Cont
 Cont:          ; preds = %0, %0
+        %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
+                 cleanup
        ret void
 }
 
+declare i32 @__gxx_personality_v0(...)