commit | 55d7244f690e6585771eb98a1901b61564a0da70 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Oct 30 05:24:03 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Oct 30 05:24:03 2006 +0000 |
tree | 051eabbef2d73997ce2ffca68de6fc7e4614559b | |
parent | 09b6ac92d855fc0224562bdc06349f986a31926b [diff] |
fix this regtest git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31291 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll b/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll index 29c0861..c2c92c6 100644 --- a/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll +++ b/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
@@ -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: