summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-07-07 17:54:10 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-07-07 17:54:10 +0000
commita78d3277b765883a9e0c949493bdbc9b4ac93023 (patch)
treea66216ba2f184f5d17f1321333c7ed0e8d7cad09 /test
parentbed22d89020ea8a46c48bc1aa6128321a445dbb2 (diff)
downloadllvm-a78d3277b765883a9e0c949493bdbc9b4ac93023.tar.gz
llvm-a78d3277b765883a9e0c949493bdbc9b4ac93023.tar.bz2
llvm-a78d3277b765883a9e0c949493bdbc9b4ac93023.tar.xz
Update
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/vec_shuffle.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_shuffle.ll b/test/CodeGen/X86/vec_shuffle.ll
index 46c75e1413..746fa016d8 100644
--- a/test/CodeGen/X86/vec_shuffle.ll
+++ b/test/CodeGen/X86/vec_shuffle.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shufp | wc -l | grep 1 &&
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movhpd | wc -l | grep 1 &&
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movups | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep pshufhw | wc -l | grep 1
void %test_v4sf(<4 x float>* %P, float %X, float %Y) {