aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/PostDominators/pr6047_d.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/PostDominators/pr6047_d.ll')
-rw-r--r--test/Analysis/PostDominators/pr6047_d.ll24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/Analysis/PostDominators/pr6047_d.ll b/test/Analysis/PostDominators/pr6047_d.ll
new file mode 100644
index 0000000..4cfa880
--- /dev/null
+++ b/test/Analysis/PostDominators/pr6047_d.ll
@@ -0,0 +1,24 @@
+; RUN: opt < %s -postdomtree -analyze | FileCheck %s
+define internal void @f() {
+entry:
+ br i1 1, label %a, label %b
+
+a:
+br label %c
+
+b:
+br label %c
+
+c:
+ br i1 undef, label %bb35, label %bb3.i
+
+bb3.i:
+ br label %bb3.i
+
+bb35.loopexit3:
+ br label %bb35
+
+bb35:
+ ret void
+}
+; CHECK: [4] %entry