When lowering direct calls, lower them to use a targetglobaladress directly
authorChris Lattner <sabre@nondot.org>
Thu, 17 Nov 2005 05:56:14 +0000 (05:56 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 17 Nov 2005 05:56:14 +0000 (05:56 +0000)
commit2823b3e70ee7a5ed7482c45c503659a16a879a61
treeb1aa991fe424433f76dd9aad4847dfb3e823176e
parentb9debbf54c926036d5c22b3e7f0d12c79c1c15a3
When lowering direct calls, lower them to use a targetglobaladress directly
instead of a globaladdress.  This has no effect on the generated code at all.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24386 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp