aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-10-16-SpillerBug.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-18 19:59:53 +0000
committerDan Gohman <gohman@apple.com>2009-09-18 19:59:53 +0000
commit12e03298135939c9d40f25f5f762d9522ca352c2 (patch)
treea3bf7029b426ca3c6c29ba626b0842677bb13ae3 /test/CodeGen/X86/2008-10-16-SpillerBug.ll
parent3c8eecdb5aaa4e078ffa0a058219a54dbee98274 (diff)
downloadexternal_llvm-12e03298135939c9d40f25f5f762d9522ca352c2.zip
external_llvm-12e03298135939c9d40f25f5f762d9522ca352c2.tar.gz
external_llvm-12e03298135939c9d40f25f5f762d9522ca352c2.tar.bz2
Add support for using the FLAGS result of or, xor, and and instructions
on x86, to avoid explicit test instructions. A few existing tests changed due to arbitrary register allocation differences. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82263 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-10-16-SpillerBug.ll')
-rw-r--r--test/CodeGen/X86/2008-10-16-SpillerBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-10-16-SpillerBug.ll b/test/CodeGen/X86/2008-10-16-SpillerBug.ll
index 7582f63..b8ca364 100644
--- a/test/CodeGen/X86/2008-10-16-SpillerBug.ll
+++ b/test/CodeGen/X86/2008-10-16-SpillerBug.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -relocation-model=pic -disable-fp-elim -mtriple=i386-apple-darwin | grep {andl.*7.*edx}
+; RUN: llc < %s -relocation-model=pic -disable-fp-elim -mtriple=i386-apple-darwin | grep {andl.*7.*edi}
%struct.XXDActiveTextureTargets = type { i64, i64, i64, i64, i64, i64 }
%struct.XXDAlphaTest = type { float, i16, i8, i8 }