Ensure that fastcall'ed function is correctly mangled & stack is
authorAnton Korobeynikov <asl@math.spbu.ru>
Thu, 1 Mar 2007 16:29:22 +0000 (16:29 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Thu, 1 Mar 2007 16:29:22 +0000 (16:29 +0000)
commit9dd9abd87f77da4e523db02a396721e34631ef32
treee4235c0cd9006dcec8c56473e90b8e6e7bdbaf90
parent43c6e7cd9b0d9a3b0006650ddfac256848f10d51
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
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/fast-cc-callee-pops.ll
test/CodeGen/X86/fastcall-correct-mangling.ll [new file with mode: 0644]