va_args support for Win64.
[oota-llvm.git] / test / CodeGen / X86 / vec_shuffle.ll
index faad3eaae16c7c7a3e0b7aa11a9ba04381e73b61..2a48de22098faf34a276fab16c01b5373df37292 100644 (file)
@@ -1,5 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=core2 -o %t
-; RUN: grep shufp   %t | count 1
+; RUN: llc < %s -march=x86 -mcpu=core2 -o %t
+; RUN: grep movq    %t | count 1
+; RUN: grep pshufd  %t | count 1
 ; RUN: grep movupd  %t | count 1
 ; RUN: grep pshufhw %t | count 1