aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier/invoke-1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/invoke-1.ll')
-rw-r--r--test/Verifier/invoke-1.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/Verifier/invoke-1.ll b/test/Verifier/invoke-1.ll
deleted file mode 100644
index 427abe0..0000000
--- a/test/Verifier/invoke-1.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: not llvm-as < %s |& grep {not verify as correct}
-; PR1042
-
-define i32 @foo() {
- %A = invoke i32 @foo( )
- to label %L unwind label %L ; <i32> [#uses=1]
-L: ; preds = %0, %0
- ret i32 %A
-}
-