Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector of...
[oota-llvm.git] / test / CodeGen / X86 / h-register-addressing-64.ll
index b38e0e478e99b1ec0475fab39f8c51ea08814338..98817f3fb59f5daceda57a907c5b73111b8056fb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep {movzbl %\[abcd\]h,} | count 7
+; RUN: llc < %s -march=x86-64 | grep {movzbl   %\[abcd\]h,} | count 7
 
 ; Use h-register extract and zero-extend.