Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector of...
[oota-llvm.git] / test / CodeGen / X86 / vec_return.ll
index 106966fd52128f08439026b89abf9dcd231ec0c9..676be9b7179cfd9847dffb2fbeefe2c6fb5d3693 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 > %t
-; RUN: grep xorps %t | count 1
+; RUN: llc < %s -march=x86 -mattr=+sse2 > %t
+; RUN: grep pxor %t | count 1
 ; RUN: grep movaps %t | count 1
 ; RUN: not grep shuf %t