aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tailcall-stackalign.ll
AgeCommit message (Collapse)Author
2008-09-22Change the calling convention used when tail call optimization is enabled ↵Arnold Schwaighofer
from CC_X86_32_TailCall to CC_X86_32_FastCC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56436 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-11When tailcallopt is enabled all fastcc calls must have an aligned argument ↵Arnold Schwaighofer
stack size. Add a test case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56119 91177308-0d34-0410-b5e6-96231b3b80d8