mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Make this test less dependent on register allocation choices.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112426 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05841638a7
commit
2b5258c5f9
@ -3,7 +3,7 @@
|
|||||||
; LSR would like to use a single IV for both of these, however it's
|
; LSR would like to use a single IV for both of these, however it's
|
||||||
; not safe due to wraparound.
|
; not safe due to wraparound.
|
||||||
|
|
||||||
; CHECK: addb $-4, %r
|
; CHECK: addb $-4, %
|
||||||
; CHECK: decw %
|
; CHECK: decw %
|
||||||
|
|
||||||
@g_19 = common global i32 0 ; <i32*> [#uses=2]
|
@g_19 = common global i32 0 ; <i32*> [#uses=2]
|
||||||
|
Loading…
Reference in New Issue
Block a user