aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-07-27 01:37:47 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-07-27 01:37:47 +0000
commit75b3832ff3773dc6d12bdbd6316e6c46ddfaa5c9 (patch)
treea517da1e99a87eb1c42151a9a037dbf6d4ea71dc /test
parentfb18f93cc98387a77ca22900f3dfbc76919270b6 (diff)
downloadexternal_llvm-75b3832ff3773dc6d12bdbd6316e6c46ddfaa5c9.zip
external_llvm-75b3832ff3773dc6d12bdbd6316e6c46ddfaa5c9.tar.gz
external_llvm-75b3832ff3773dc6d12bdbd6316e6c46ddfaa5c9.tar.bz2
Reverting 40504 for now. It's breaking oggenc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40547 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 16ce3da..d06efa5 100644
--- a/test/CodeGen/X86/vec_shuffle.ll
+++ b/test/CodeGen/X86/vec_shuffle.ll
@@ -1,6 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 -o %t -f
; RUN: grep shufp %t | wc -l | grep 1
-; RUN: grep movupd %t | wc -l | grep 1
+; RUN: grep movups %t | wc -l | grep 1
; RUN: grep pshufhw %t | wc -l | grep 1
void %test_v4sf(<4 x float>* %P, float %X, float %Y) {