diff options
author | Chris Lattner <sabre@nondot.org> | 2006-10-30 05:24:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-10-30 05:24:03 +0000 |
commit | 55d7244f690e6585771eb98a1901b61564a0da70 (patch) | |
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
-rw-r--r-- | test/CodeGen/X86/2006-08-21-ExtraMovInst.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll b/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll index 29c08611b0..c2c92c6fa7 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: |