Change the calling convention used when tail call optimization is enabled from CC_X86...
authorArnold Schwaighofer <arnold.schwaighofer@gmail.com>
Mon, 22 Sep 2008 14:50:07 +0000 (14:50 +0000)
committerArnold Schwaighofer <arnold.schwaighofer@gmail.com>
Mon, 22 Sep 2008 14:50:07 +0000 (14:50 +0000)
commit290ae0398e3673ff742c8e0e2fddfae388950c5b
tree8c33aa2a19ad9ed57f4947b227592e2fdbbeffe0
parent73c3a94df976593fe6759446a4e30f95b493a76e
Change the calling convention used when tail call optimization is enabled 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
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/tailcall-stackalign.ll
test/CodeGen/X86/tailcallbyval.ll
test/CodeGen/X86/tailcallfp2.ll