[llvm-commits] [llvm] r57653 - /llvm/trunk/test/CodeGen/X86/extractps.ll

Dan Gohman gohman at apple.com
Thu Oct 16 16:57:59 PDT 2008


Author: djg
Date: Thu Oct 16 18:57:54 2008
New Revision: 57653

URL: http://llvm.org/viewvc/llvm-project?rev=57653&view=rev
Log:
Fix this test so it actually runs the grep lines.

Modified:
    llvm/trunk/test/CodeGen/X86/extractps.ll

Modified: llvm/trunk/test/CodeGen/X86/extractps.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/extractps.ll?rev=57653&r1=57652&r2=57653&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/extractps.ll (original)
+++ llvm/trunk/test/CodeGen/X86/extractps.ll Thu Oct 16 18:57:54 2008
@@ -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]





More information about the llvm-commits mailing list