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 | cf8dc24305a9e748e155874b7e1a5fcb079c50b0 (patch) | |
tree | 664468e2b7e4f70a3ba6ce165401c1861e9daa61 /llvm | |
parent | 725b8637e3b85258a355e37a6b7e8e0f4f2fcb70 (diff) | |
download | bcm5719-llvm-cf8dc24305a9e748e155874b7e1a5fcb079c50b0.tar.gz bcm5719-llvm-cf8dc24305a9e748e155874b7e1a5fcb079c50b0.zip |
fix this regtest
llvm-svn: 31291
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/Regression/CodeGen/X86/2006-08-21-ExtraMovInst.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/2006-08-21-ExtraMovInst.ll b/llvm/test/Regression/CodeGen/X86/2006-08-21-ExtraMovInst.ll index 29c08611b08..c2c92c6fa70 100644 --- a/llvm/test/Regression/CodeGen/X86/2006-08-21-ExtraMovInst.ll +++ b/llvm/test/Regression/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: |