summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-05 05:38:13 +0000
committerDan Gohman <gohman@apple.com>2009-08-05 05:38:13 +0000
commite32c0fe584149b01e85d0045809cbc78a8ab2029 (patch)
tree99b07287d586a6d3623960d4676499310daba1bb /llvm
parent2211d345d26d9f7adeb24b21cea96bae1084c15b (diff)
downloadbcm5719-llvm-e32c0fe584149b01e85d0045809cbc78a8ab2029.tar.gz
bcm5719-llvm-e32c0fe584149b01e85d0045809cbc78a8ab2029.zip
Revert changes accidentally committed along with r78163.
llvm-svn: 78165
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/coalesce-esp.ll2
-rw-r--r--llvm/test/CodeGen/X86/stack-color-with-reg.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/coalesce-esp.ll b/llvm/test/CodeGen/X86/coalesce-esp.ll
index ede9b59a7e5..8a1597870dd 100644
--- a/llvm/test/CodeGen/X86/coalesce-esp.ll
+++ b/llvm/test/CodeGen/X86/coalesce-esp.ll
@@ -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
diff --git a/llvm/test/CodeGen/X86/stack-color-with-reg.ll b/llvm/test/CodeGen/X86/stack-color-with-reg.ll
index 114e9bf48d7..832886be756 100644
--- a/llvm/test/CodeGen/X86/stack-color-with-reg.ll
+++ b/llvm/test/CodeGen/X86/stack-color-with-reg.ll
@@ -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
OpenPOWER on IntegriCloud