Fix test on Linux.
authorEli Friedman <eli.friedman@gmail.com>
Sat, 15 Aug 2009 21:28:17 +0000 (21:28 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 15 Aug 2009 21:28:17 +0000 (21:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79140 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/sse2.ll

index da1ec375412906fac8c0ace1403f05421e56191e..97ef3ab04dca44df1c44e2b7af05e14c5b11f314 100644 (file)
@@ -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