1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Clean up the test.

llvm-svn: 56380
This commit is contained in:
Evan Cheng 2008-09-20 01:26:27 +00:00
parent 6a86ec1ef0
commit c01e6c2f59

View File

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