diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2006-04-20 19:47:28 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2006-04-20 19:47:28 +0000 |
| commit | 968db7ffb79880abd2fba8e40e156f52c232e36b (patch) | |
| tree | 0925e90c8174af7f1ef2f85b8ab04c6d0e23d2f7 /llvm | |
| parent | 99d3da9d2c1b0ea5e0caff9ae2bf401c5005c8e9 (diff) | |
| download | bcm5719-llvm-968db7ffb79880abd2fba8e40e156f52c232e36b.tar.gz bcm5719-llvm-968db7ffb79880abd2fba8e40e156f52c232e36b.zip | |
Don't know what I was thinking...
llvm-svn: 27909
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/CodeGen/X86/vec_splat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/vec_splat.ll b/llvm/test/Regression/CodeGen/X86/vec_splat.ll index fdd09afa526..20d6e60dd86 100644 --- a/llvm/test/Regression/CodeGen/X86/vec_splat.ll +++ b/llvm/test/Regression/CodeGen/X86/vec_splat.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shufps -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep mulpd +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movddup void %test_v4sf(<4 x float>* %P, <4 x float>* %Q, float %X) { %tmp = insertelement <4 x float> zeroinitializer, float %X, uint 0 |

