Fix this test so it actually runs the grep lines.
[oota-llvm.git] / test / CodeGen / X86 / extractps.ll
index 55da927cf766bc4b53a2829fd1a18888b0eb2dc9..cc6d92c8d3967aed8673337b2fc26b3406beb436 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llvm-as < %s | llc -march=x86 -mcpu=penryn > %t
-; not grep movd %t
-; not grep movss %t
-; grep {extractps      \\$0, %xmm0, } %t
+; RUN: not grep movd %t
+; RUN: not grep movss %t
+; RUN: grep {extractps \\\$0, %xmm0, } %t
 ; PR2647
 
 external global float, align 16         ; <float*>:0 [#uses=2]