mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Clean up the test.
llvm-svn: 56380
This commit is contained in:
parent
6a86ec1ef0
commit
c01e6c2f59
@ -1,7 +1,7 @@
|
||||
; RUN: llvm-as < %s | llc -o - -march=x86 | not grep "movl %eax, %eax"
|
||||
; RUN: llvm-as < %s | llc -o - -march=x86 | not grep "movl %edx, %edx"
|
||||
; RUN: llvm-as < %s | llc -o - -march=x86 | not grep "movl (%eax), %eax"
|
||||
; RUN: llvm-as < %s | llc -o - -march=x86 | not grep "movl (%edx), %edx"
|
||||
; RUN: llvm-as < %s | llc -march=x86 | not grep "movl %eax, %eax"
|
||||
; RUN: llvm-as < %s | llc -march=x86 | not grep "movl %edx, %edx"
|
||||
; RUN: llvm-as < %s | llc -march=x86 | not grep "movl (%eax), %eax"
|
||||
; RUN: llvm-as < %s | llc -march=x86 | not grep "movl (%edx), %edx"
|
||||
|
||||
; %0 must not be put in EAX or EDX.
|
||||
; In the first asm, $0 and $2 must not be put in EAX.
|
||||
|
Loading…
Reference in New Issue
Block a user