forked from OSchip/llvm-project
This was not a lower-switch bug, it was a preselection bug
llvm-svn: 9340
This commit is contained in:
parent
8aaa7f77c7
commit
59607b0a40
|
@ -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