[llvm-commits] [llvm] r127298 - /llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-0.ll

Eric Christopher echristo at apple.com
Tue Mar 8 16:41:41 PST 2011


Author: echristo
Date: Tue Mar  8 18:41:41 2011
New Revision: 127298

URL: http://llvm.org/viewvc/llvm-project?rev=127298&view=rev
Log:
Fix testcase.

Modified:
    llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-0.ll

Modified: llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-0.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-0.ll?rev=127298&r1=127297&r2=127298&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-0.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-0.ll Tue Mar  8 18:41:41 2011
@@ -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,





More information about the llvm-commits mailing list