forked from OSchip/llvm-project
Revert changes accidentally committed along with r78163.
llvm-svn: 78165
This commit is contained in:
parent
2211d345d2
commit
e32c0fe584
|
@ -1,4 +1,4 @@
|
|||
; RUN: llvm-as < %s | llc | grep {movl %esp, %eax}
|
||||
; RUN: llvm-as < %s | llc -strict-index-regclass | grep {movl %esp, %eax}
|
||||
; PR4572
|
||||
|
||||
; Don't coalesce with %esp if it would end up putting %esp in
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin10 -relocation-model=pic -disable-fp-elim -color-ss-with-regs -stats -info-output-file - > %t
|
||||
; RUN: grep stackcoloring %t | grep "loads eliminated"
|
||||
; RUN: grep stackcoloring %t | grep "stack slot refs replaced with reg refs" | grep 5
|
||||
; RUN: grep asm-printer %t | grep 182
|
||||
; RUN: grep asm-printer %t | grep 180
|
||||
|
||||
type { [62 x %struct.Bitvec*] } ; type %0
|
||||
type { i8* } ; type %1
|
||||
|
|
Loading…
Reference in New Issue