summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/BrUnwind.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/BrUnwind.ll')
-rw-r--r--llvm/test/Transforms/SimplifyCFG/BrUnwind.ll15
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/BrUnwind.ll b/llvm/test/Transforms/SimplifyCFG/BrUnwind.ll
deleted file mode 100644
index 14853642c09..00000000000
--- a/llvm/test/Transforms/SimplifyCFG/BrUnwind.ll
+++ /dev/null
@@ -1,15 +0,0 @@
-; RUN: opt < %s -simplifycfg -S | \
-; RUN: not grep "br label"
-
-define void @test(i1 %C) {
- br i1 %C, label %A, label %B
-A: ; preds = %0
- call void @test( i1 %C )
- br label %X
-B: ; preds = %0
- call void @test( i1 %C )
- br label %X
-X: ; preds = %B, %A
- ret void
-}
-
OpenPOWER on IntegriCloud