fix this regtest

llvm-svn: 31291
This commit is contained in:
Chris Lattner 2006-10-30 05:24:03 +00:00
parent 5c33fa2a37
commit b8b8e96359

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: