summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-cc-callee-pops.ll
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-03-01 16:29:22 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-03-01 16:29:22 +0000
commit9dd9abd87f77da4e523db02a396721e34631ef32 (patch)
treee4235c0cd9006dcec8c56473e90b8e6e7bdbaf90 /test/CodeGen/X86/fast-cc-callee-pops.ll
parent43c6e7cd9b0d9a3b0006650ddfac256848f10d51 (diff)
downloadllvm-9dd9abd87f77da4e523db02a396721e34631ef32.tar.gz
llvm-9dd9abd87f77da4e523db02a396721e34631ef32.tar.bz2
llvm-9dd9abd87f77da4e523db02a396721e34631ef32.tar.xz
Ensure that fastcall'ed function is correctly mangled & stack is
properly aligned git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34788 91177308-0d34-0410-b5e6-96231b3b80d8
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 73d4e7d0c8..75e36dce33 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-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel -mcpu=yonah | grep 'ret 28'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel -mcpu=yonah | grep 'ret 20'
; Check that a fastcc function pops its stack variables before returning.