summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-cc-callee-pops.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fast-cc-callee-pops.ll')
-rw-r--r--test/CodeGen/X86/fast-cc-callee-pops.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-cc-callee-pops.ll b/test/CodeGen/X86/fast-cc-callee-pops.ll
index 51527ceae1..7d5df80123 100644
--- a/test/CodeGen/X86/fast-cc-callee-pops.ll
+++ b/test/CodeGen/X86/fast-cc-callee-pops.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc -mcpu=yonah | grep 'ret 28'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc -mcpu=yonah | grep 'ret 28'
; Check that a fastcc function pops its stack variables before returning.