mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +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…
Reference in New Issue
Block a user