add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take a
authorChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 05:10:45 +0000 (05:10 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 05:10:45 +0000 (05:10 +0000)
commit5c5cb2a1717f8e30b1849d7ec1cf269bc5d66877
tree3ecdecff168e3e99571ac0e8b30c0893b8e0eb41
parente9ba5dd236f48708a00bd3bb0519148f943cc897
add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take a
MachinePointerInfo.  Among other virtues, this doesn't silently  truncate the
svoffset to 32-bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114399 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp