summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/mul-shift-reassoc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/mul-shift-reassoc.ll')
-rw-r--r--test/CodeGen/X86/mul-shift-reassoc.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/mul-shift-reassoc.ll b/test/CodeGen/X86/mul-shift-reassoc.ll
index f870f7aa6f..52d188d943 100644
--- a/test/CodeGen/X86/mul-shift-reassoc.ll
+++ b/test/CodeGen/X86/mul-shift-reassoc.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep lea
-; RUN: llvm-as < %s | llc -march=x86 | not grep add
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep lea
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep add
int %test(int %X, int %Y) {
; Push the shl through the mul to allow an LEA to be formed, instead