summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle.ll
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2009-04-29 22:47:44 +0000
committerNate Begeman <natebegeman@mac.com>2009-04-29 22:47:44 +0000
commitec8eee2d3a402dd001daae3865bc5c10b41c323e (patch)
tree23ef4feb2d2917e632cae10e2d73878b8fba4f3b /test/CodeGen/X86/vec_shuffle.ll
parenteb3948be16c37396fb3c50ef2c51f7f2da9c34d9 (diff)
downloadllvm-ec8eee2d3a402dd001daae3865bc5c10b41c323e.tar.gz
llvm-ec8eee2d3a402dd001daae3865bc5c10b41c323e.tar.bz2
llvm-ec8eee2d3a402dd001daae3865bc5c10b41c323e.tar.xz
Fix infinite recursion in the C++ code which handles movddup by making it unnecessary.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70425 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_shuffle.ll')
-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 f39b9fe2db..f43aa1d4e7 100644
--- a/test/CodeGen/X86/vec_shuffle.ll
+++ b/test/CodeGen/X86/vec_shuffle.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=core2 -o %t -f
; RUN: grep shufp %t | count 1
; RUN: grep movupd %t | count 1
; RUN: grep pshufhw %t | count 1