Emit relocations for the global variable using instructions. This gets us
authorChris Lattner <sabre@nondot.org>
Tue, 23 Nov 2004 05:59:53 +0000 (05:59 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Nov 2004 05:59:53 +0000 (05:59 +0000)
commite94c517bb52095f1ad070bb029617d532af405b8
tree1c37d95cd5f72ee53744c88434844ca5e365f321
parent1b426abbbdbf47247007b807ea7ee8d24211522a
Emit relocations for the global variable using instructions.  This gets us
LA, LOADHiAddr, CALLpcrel, and MovePCtoLR working, though the constant pool
probably is not right.

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