[llvm-commits] [llvm] r146152 - /llvm/trunk/test/CodeGen/X86/vec_compare-2.ll

NAKAMURA Takumi geek4civic at gmail.com
Thu Dec 8 07:24:10 PST 2011


Author: chapuni
Date: Thu Dec  8 09:24:09 2011
New Revision: 146152

URL: http://llvm.org/viewvc/llvm-project?rev=146152&view=rev
Log:
test/CodeGen/X86/vec_compare-2.ll: Add explicit -mtriple=i686-linux.

Modified:
    llvm/trunk/test/CodeGen/X86/vec_compare-2.ll

Modified: llvm/trunk/test/CodeGen/X86/vec_compare-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_compare-2.ll?rev=146152&r1=146151&r2=146152&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_compare-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_compare-2.ll Thu Dec  8 09:24:09 2011
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mcpu=penryn | FileCheck %s
+; RUN: llc < %s -mtriple=i686-linux -mcpu=penryn | FileCheck %s
 
 declare <4 x float> @llvm.x86.sse41.blendvps(<4 x float>, <4 x float>, <4 x float>) nounwind readnone
 





More information about the llvm-commits mailing list