summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-03-09 00:41:41 +0000
committerEric Christopher <echristo@apple.com>2011-03-09 00:41:41 +0000
commite11128dd9d85b595b3fa03d0d8a52f0ae62cc11c (patch)
treef5b59badf9b8baf64ef098a1d64b052690e24c6f /test/CodeGen
parent620d0cc7ac8319fe66168288f8ca0509f87c46c1 (diff)
downloadllvm-e11128dd9d85b595b3fa03d0d8a52f0ae62cc11c.tar.gz
llvm-e11128dd9d85b595b3fa03d0d8a52f0ae62cc11c.tar.bz2
llvm-e11128dd9d85b595b3fa03d0d8a52f0ae62cc11c.tar.xz
Fix testcase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127298 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/fold-pcmpeqd-0.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fold-pcmpeqd-0.ll b/test/CodeGen/X86/fold-pcmpeqd-0.ll
index 0860791251..d6b974d793 100644
--- a/test/CodeGen/X86/fold-pcmpeqd-0.ll
+++ b/test/CodeGen/X86/fold-pcmpeqd-0.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin | grep pcmpeqd | count 1
+; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=yonah | grep pcmpeqd | count 1
; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1
; This testcase shouldn't need to spill the -1 value,