Due to the new tail call optimization, trampolines can no
authorDuncan Sands <baldrick@free.fr>
Fri, 12 Oct 2007 19:37:31 +0000 (19:37 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 12 Oct 2007 19:37:31 +0000 (19:37 +0000)
commit2e4d675d9382bea5767e3b2f35f0c5a01a15bd7b
tree1d813da1ddaf54eee25291c95adf926b0a4e1501
parentf646774edd2588f6aa866ceb5e1b921f924a246f
Due to the new tail call optimization, trampolines can no
longer be created for fastcc functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42925 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp