fix this regtest

llvm-svn: 31291
This commit is contained in:
Chris Lattner 2006-10-30 05:24:03 +00:00
parent 725b8637e3
commit cf8dc24305
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -fast -march=x86 -mcpu=i386 | not grep 'movl %eax, %edx'
; RUN: llvm-as < %s | llc -march=x86 -mcpu=i386 | not grep 'movl %eax, %edx'
int %foo(int %t, int %C) {
entry: