aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/stack-color-with-reg.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-05 17:40:24 +0000
committerDan Gohman <gohman@apple.com>2009-08-05 17:40:24 +0000
commit74f6f9a931e313948782aed9d463ea83cc3e214c (patch)
treec5cd8c1c80e29cb3eade756e7eb7d8c0c162351d /test/CodeGen/X86/stack-color-with-reg.ll
parent7f0f2515a01596a2785aca9ee5f630ecc0ab134a (diff)
downloadexternal_llvm-74f6f9a931e313948782aed9d463ea83cc3e214c.zip
external_llvm-74f6f9a931e313948782aed9d463ea83cc3e214c.tar.gz
external_llvm-74f6f9a931e313948782aed9d463ea83cc3e214c.tar.bz2
Enable the new no-SP register classes by default. This is to address
PR4572. A few tests have some minor code regressions due to different coalescing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78217 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/stack-color-with-reg.ll')
-rw-r--r--test/CodeGen/X86/stack-color-with-reg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stack-color-with-reg.ll b/test/CodeGen/X86/stack-color-with-reg.ll
index 832886b..114e9bf 100644
--- a/test/CodeGen/X86/stack-color-with-reg.ll
+++ b/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 180
+; RUN: grep asm-printer %t | grep 182
type { [62 x %struct.Bitvec*] } ; type %0
type { i8* } ; type %1