The normal edge of an invoke is not allowed to branch to a block with a
[oota-llvm.git] / test / Transforms / PruneEH / 2003-09-14-ExternalCall.ll
diff --git a/test/Transforms/PruneEH/2003-09-14-ExternalCall.ll b/test/Transforms/PruneEH/2003-09-14-ExternalCall.ll
deleted file mode 100644 (file)
index 64aba46..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-; RUN: opt < %s -prune-eh -S | grep invoke
-
-declare void @External()
-
-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(...)