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
commite220c4b3d97bbdc9f6e8cf040942514612349c41 (patch)
treea3bf7029b426ca3c6c29ba626b0842677bb13ae3 /test/CodeGen/X86/2008-10-16-SpillerBug.ll
parenta2dc2825fc4474f9e1abe865100202c9104944d1 (diff)
downloadexternal_llvm-e220c4b3d97bbdc9f6e8cf040942514612349c41.zip
external_llvm-e220c4b3d97bbdc9f6e8cf040942514612349c41.tar.gz
external_llvm-e220c4b3d97bbdc9f6e8cf040942514612349c41.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 }