mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 12:16:59 +00:00
Only fails on the Sparc, only when run via the JIT.
And yet, it's a failure in the ``LowerSwitch'' pass. llvm-svn: 9315
This commit is contained in:
parent
a8dfda0513
commit
3f8b052caa
@ -0,0 +1,16 @@
|
||||
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