fix this regtest
authorChris Lattner <sabre@nondot.org>
Mon, 30 Oct 2006 05:24:03 +0000 (05:24 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Oct 2006 05:24:03 +0000 (05:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31291 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2006-08-21-ExtraMovInst.ll

index 29c08611b088132176d448ca06401e3679640a94..c2c92c6fa704750095371f7d65d757934a6ea441 100644 (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: