Don't use the load/store instruction as the source pointer, use the pointer
authorChris Lattner <sabre@nondot.org>
Mon, 9 May 2005 04:28:51 +0000 (04:28 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 May 2005 04:28:51 +0000 (04:28 +0000)
commitfd414a27fdc85e45af00ed4329cb0e6508470dea
tree9044c61aed1a64884d2351542c51080b4b546f64
parent0437cdd6dc204a77854a61bf19f33cd272224d10
Don't use the load/store instruction as the source pointer, use the pointer
being stored/loaded through!

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