From 48c9cb6fd7cd68f861b888f702e4a06d25b3c20c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 21 Oct 2003 18:02:17 +0000 Subject: [PATCH] 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 --- .../LowerSwitch/2003-10-20-ConstGetOp.ll | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 test/Transforms/LowerSwitch/2003-10-20-ConstGetOp.ll 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 63852a69174..00000000000 --- 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 -} -- 2.34.1