From 016f16daf1fad88473dad2354dc6c05b352956e8 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 16 Oct 2008 23:57:54 +0000 Subject: [PATCH] Fix this test so it actually runs the grep lines. llvm-svn: 57653 --- llvm/test/CodeGen/X86/extractps.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/test/CodeGen/X86/extractps.ll b/llvm/test/CodeGen/X86/extractps.ll index 55da927cf766..cc6d92c8d396 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 ; :0 [#uses=2]