Fix test to pass on Linux.

llvm-svn: 60614
This commit is contained in:
Dale Johannesen 2008-12-05 22:38:21 +00:00
parent 9c196795e6
commit 0733759b5a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
; 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,
; since too many registers are needed to subsume it into the addressing modes.