mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 23:37:33 +00:00
Only fails on the Sparc, only when run via the JIT.
And yet, it's a failure in the ``LowerSwitch'' pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9315 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e2fab734ad
commit
648cbd9804
16
test/Transforms/LowerSwitch/2003-10-20-ConstGetOp.ll
Normal file
16
test/Transforms/LowerSwitch/2003-10-20-ConstGetOp.ll
Normal file
@ -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