diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen/X86/2006-08-21-ExtraMovInst.ll')
| -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 c2c92c6fa70..c2d905a5e39 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 -march=x86 -mcpu=i386 | not grep 'movl %eax, %edx' +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mcpu=i386 | not grep 'movl %eax, %edx' int %foo(int %t, int %C) { entry: |

