summaryrefslogtreecommitdiff
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
commitc90a5c2878249e891131e793c57a25306a6696dd (patch)
treef31229979237457be3de0633401b832beb46024c
parentf522068412218cd14b2c2df74a3437717d255381 (diff)
downloadllvm-c90a5c2878249e891131e793c57a25306a6696dd.tar.gz
llvm-c90a5c2878249e891131e793c57a25306a6696dd.tar.bz2
llvm-c90a5c2878249e891131e793c57a25306a6696dd.tar.xz
Fix this test so it actually runs the grep lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57653 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/extractps.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/extractps.ll b/test/CodeGen/X86/extractps.ll
index 55da927cf7..cc6d92c8d3 100644
--- a/test/CodeGen/X86/extractps.ll
+++ b/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]