summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fast-cc-merge-stack-adj.ll')
-rw-r--r--test/CodeGen/X86/fast-cc-merge-stack-adj.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-cc-merge-stack-adj.ll b/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
index f31b180b27..e6cd0f0da9 100644
--- a/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
+++ b/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | grep 'add ESP, 8'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | grep 'add ESP, 8'
target triple = "i686-pc-linux-gnu"