mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-09 13:33:17 +00:00
Fix test to pass on Linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60614 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
368eb2b22d
commit
3b954815e1
@ -1,5 +1,5 @@
|
|||||||
; RUN: llvm-as < %s | llc -march=x86 -relocation-model=pic | \
|
; RUN: llvm-as < %s | llc -march=x86 -relocation-model=pic | \
|
||||||
; RUN: grep {A-} | count 1
|
; RUN: grep {, 4} | count 1
|
||||||
;
|
;
|
||||||
; Make sure the common loop invariant A is hoisted up to preheader,
|
; Make sure the common loop invariant A is hoisted up to preheader,
|
||||||
; since too many registers are needed to subsume it into the addressing modes.
|
; since too many registers are needed to subsume it into the addressing modes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user