diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2009-08-15 21:28:17 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2009-08-15 21:28:17 +0000 |
| commit | b4d7312249710e6e3ae16147ffe1a12032ce112f (patch) | |
| tree | 6a18269ae77dcc32d29b2c253a9f1d340d99a5a9 | |
| parent | b405803fbe08248cdf3545d304c238178f24e376 (diff) | |
| download | bcm5719-llvm-b4d7312249710e6e3ae16147ffe1a12032ce112f.tar.gz bcm5719-llvm-b4d7312249710e6e3ae16147ffe1a12032ce112f.zip | |
Fix test on Linux.
llvm-svn: 79140
| -rw-r--r-- | llvm/test/CodeGen/X86/sse2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sse2.ll b/llvm/test/CodeGen/X86/sse2.ll index da1ec375412..97ef3ab04dc 100644 --- a/llvm/test/CodeGen/X86/sse2.ll +++ b/llvm/test/CodeGen/X86/sse2.ll @@ -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 |

