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:
Evan Cheng 2008-09-20 01:26:27 +00:00
parent 91a23c8233
commit 4070e60efe

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.