[llvm-commits] [llvm] r79140 - /llvm/trunk/test/CodeGen/X86/sse2.ll

Eli Friedman eli.friedman at gmail.com
Sat Aug 15 14:28:18 PDT 2009


Author: efriedma
Date: Sat Aug 15 16:28:17 2009
New Revision: 79140

URL: http://llvm.org/viewvc/llvm-project?rev=79140&view=rev
Log:
Fix test on Linux.


Modified:
    llvm/trunk/test/CodeGen/X86/sse2.ll

Modified: llvm/trunk/test/CodeGen/X86/sse2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sse2.ll?rev=79140&r1=79139&r2=79140&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/sse2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sse2.ll Sat Aug 15 16:28:17 2009
@@ -1,5 +1,5 @@
 ; Tests for SSE2 and below, without SSE3+.
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium4 | FileCheck %s
+; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin10 -mcpu=pentium4 | FileCheck %s
 
 define void @t1(<2 x double>* %r, <2 x double>* %A, double %B) nounwind  {
 	%tmp3 = load <2 x double>* %A, align 16





More information about the llvm-commits mailing list