aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-21 18:02:17 +0000
committerChris Lattner <sabre@nondot.org>2003-10-21 18:02:17 +0000
commit48c9cb6fd7cd68f861b888f702e4a06d25b3c20c (patch)
tree5979111001b013e24e9cc5e4437d97a592ada319 /test/Transforms
parent771ed15f652c365ede84d1896b29b137d1829ed9 (diff)
This was not a lower-switch bug, it was a preselection bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9340 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/LowerSwitch/2003-10-20-ConstGetOp.ll16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/Transforms/LowerSwitch/2003-10-20-ConstGetOp.ll b/test/Transforms/LowerSwitch/2003-10-20-ConstGetOp.ll
deleted file mode 100644
index 63852a6917..0000000000
--- a/test/Transforms/LowerSwitch/2003-10-20-ConstGetOp.ll
+++ /dev/null
@@ -1,16 +0,0 @@
-void %main() {
-entry: ; No predecessors!
- switch uint 1, label %exit [
- uint 0, label %label.0
- uint 1, label %label.1
- ]
-
-label.0: ; preds = %endif.1
- br label %exit
-
-label.1: ; preds = %endif.1
- br label %exit
-
-exit:
- ret void
-}