mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix a test with malformed IR. Not sure why this didn't fail before.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0944795b8c
commit
88dafec7f9
@ -216,6 +216,9 @@ bb61:
|
|||||||
|
|
||||||
; PR5698
|
; PR5698
|
||||||
define void @test7(i32 %x) {
|
define void @test7(i32 %x) {
|
||||||
|
entry:
|
||||||
|
br label %tailrecurse
|
||||||
|
|
||||||
tailrecurse:
|
tailrecurse:
|
||||||
switch i32 %x, label %return [
|
switch i32 %x, label %return [
|
||||||
i32 2, label %bb2
|
i32 2, label %bb2
|
||||||
|
Loading…
Reference in New Issue
Block a user