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