mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-13 19:40:26 +00:00
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:
parent
771ed15f65
commit
48c9cb6fd7
@ -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
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user