Implement support for taking the address of constant pool indices, which
authorChris Lattner <sabre@nondot.org>
Thu, 25 Aug 2005 05:04:11 +0000 (05:04 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 25 Aug 2005 05:04:11 +0000 (05:04 +0000)
commit34e17052a77e1a52cae58b2f6d203c663af97ece
tree6725cea51584b1bdc4d71d56e1a94ad5f1ae6b53
parent4025a9c2cc4ac3b9efa465a2f64be50fdaba9da9
Implement support for taking the address of constant pool indices, which
is used by the int -> FP code among other things.  This gets
2005-05-12-Int64ToFP past that failure, to dying on lack of support for add_parts

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