Tailcalls require stubs to be emitted. Otherwise, the compilation callback
authorChris Lattner <sabre@nondot.org>
Thu, 19 May 2005 05:54:33 +0000 (05:54 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 May 2005 05:54:33 +0000 (05:54 +0000)
commit16cb6f82eb78a2140fe1cf1e432288fc98cb4ee7
tree9b0943f42c71cedfc00e0922ff9c49c8961cc207
parent6a5d1d42b7b840f081b6aaa78cba45c6bb21d410
Tailcalls require stubs to be emitted.  Otherwise, the compilation callback
doesn't know who 'called' it.

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