mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Don't need the "&&" to glue lines together.
llvm-svn: 40063
This commit is contained in:
parent
45675e56ad
commit
649bfb8c03
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse | grep {movq (%rdi), %rax} &&
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse | grep {movq (%rdi), %rax}
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse | grep {movq 8(%rdi), %rax}
|
||||
define i64 @foo_0(<2 x i64>* %val) {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user