aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/PostDominators/2007-04-20-PostDom-Reset.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/PostDominators/2007-04-20-PostDom-Reset.ll')
-rw-r--r--test/Analysis/PostDominators/2007-04-20-PostDom-Reset.ll28
1 files changed, 0 insertions, 28 deletions
diff --git a/test/Analysis/PostDominators/2007-04-20-PostDom-Reset.ll b/test/Analysis/PostDominators/2007-04-20-PostDom-Reset.ll
deleted file mode 100644
index 767e5db94ce8..000000000000
--- a/test/Analysis/PostDominators/2007-04-20-PostDom-Reset.ll
+++ /dev/null
@@ -1,28 +0,0 @@
-; RUN: opt < %s -postdomfrontier -disable-output
-
-define void @args_out_of_range() {
-entry:
- br label %bb
-
-bb: ; preds = %bb, %entry
- br label %bb
-}
-
-define void @args_out_of_range_3() {
-entry:
- br label %bb
-
-bb: ; preds = %bb, %entry
- br label %bb
-}
-
-define void @Feq() {
-entry:
- br i1 false, label %cond_true, label %cond_next
-
-cond_true: ; preds = %entry
- unreachable
-
-cond_next: ; preds = %entry
- unreachable
-}