Fix infinite recursion in the C++ code which handles movddup by making it unnecessary.
[oota-llvm.git] / test / CodeGen / X86 / vec_shuffle.ll
index f39b9fe2dbae008aa4de2dba0d0c1a20d71955ec..f43aa1d4e71474e471f50cb11c411fb4de9c830f 100644 (file)
@@ -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