mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 12:49:50 +00:00
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:
parent
f522068412
commit
c90a5c2878
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user