aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/PruneEH/2003-11-21-PHIUpdate.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/PruneEH/2003-11-21-PHIUpdate.ll')
-rw-r--r--test/Transforms/PruneEH/2003-11-21-PHIUpdate.ll15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/Transforms/PruneEH/2003-11-21-PHIUpdate.ll b/test/Transforms/PruneEH/2003-11-21-PHIUpdate.ll
deleted file mode 100644
index a010703..0000000
--- a/test/Transforms/PruneEH/2003-11-21-PHIUpdate.ll
+++ /dev/null
@@ -1,15 +0,0 @@
-; RUN: opt < %s -prune-eh -disable-output
-
-define internal void @callee() {
- ret void
-}
-
-define i32 @caller() {
-; <label>:0
- invoke void @callee( )
- to label %E unwind label %E
-E: ; preds = %0, %0
- %X = phi i32 [ 0, %0 ], [ 0, %0 ] ; <i32> [#uses=1]
- ret i32 %X
-}
-