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
This commit is contained in:
Dan Gohman 2008-10-16 23:57:54 +00:00
parent f522068412
commit c90a5c2878

View File

@ -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]