mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-14 09:56:23 +00:00
Clean up the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56380 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
91a23c8233
commit
4070e60efe
@ -1,7 +1,7 @@
|
|||||||
; RUN: llvm-as < %s | llc -o - -march=x86 | not grep "movl %eax, %eax"
|
; RUN: llvm-as < %s | llc -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 %edx, %edx"
|
||||||
; RUN: llvm-as < %s | llc -o - -march=x86 | not grep "movl (%eax), %eax"
|
; RUN: llvm-as < %s | llc -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 (%edx), %edx"
|
||||||
|
|
||||||
; %0 must not be put in EAX or EDX.
|
; %0 must not be put in EAX or EDX.
|
||||||
; In the first asm, $0 and $2 must not be put in EAX.
|
; In the first asm, $0 and $2 must not be put in EAX.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user