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
This commit is contained in:
Chris Lattner 2003-10-21 18:02:17 +00:00
parent 771ed15f65
commit 48c9cb6fd7

View File

@ -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
}