summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/ExecutionEngine/test-branch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/ExecutionEngine/test-branch.ll')
-rw-r--r--llvm/test/Regression/ExecutionEngine/test-branch.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/test/Regression/ExecutionEngine/test-branch.ll b/llvm/test/Regression/ExecutionEngine/test-branch.ll
deleted file mode 100644
index 649319b88f4..00000000000
--- a/llvm/test/Regression/ExecutionEngine/test-branch.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc
-; RUN: lli %t.bc > /dev/null
-
-; test unconditional branch
-int %main() {
- br label %Test
-Test:
- %X = seteq int 0, 4
- br bool %X, label %Test, label %Label
-Label:
- ret int 0
-}
OpenPOWER on IntegriCloud