summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-16 23:57:54 +0000
committerDan Gohman <gohman@apple.com>2008-10-16 23:57:54 +0000
commit016f16daf1fad88473dad2354dc6c05b352956e8 (patch)
tree5a23989a20c6ccad62176f6b81d9be7cc66af15f
parente33afda4fa469d2752c8fc4744b9ef08142c4135 (diff)
downloadbcm5719-llvm-016f16daf1fad88473dad2354dc6c05b352956e8.tar.gz
bcm5719-llvm-016f16daf1fad88473dad2354dc6c05b352956e8.zip
Fix this test so it actually runs the grep lines.
llvm-svn: 57653
-rw-r--r--llvm/test/CodeGen/X86/extractps.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/extractps.ll b/llvm/test/CodeGen/X86/extractps.ll
index 55da927cf76..cc6d92c8d39 100644
--- a/llvm/test/CodeGen/X86/extractps.ll
+++ b/llvm/test/CodeGen/X86/extractps.ll
@@ -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]
OpenPOWER on IntegriCloud