From: Dan Gohman Date: Thu, 16 Oct 2008 23:57:54 +0000 (+0000) Subject: Fix this test so it actually runs the grep lines. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c90a5c2878249e891131e793c57a25306a6696dd;p=oota-llvm.git 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 --- diff --git a/test/CodeGen/X86/extractps.ll b/test/CodeGen/X86/extractps.ll index 55da927cf76..cc6d92c8d39 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 ; :0 [#uses=2]