Use the getNode() accessor instead of accessing the Node
authorDan Gohman <gohman@apple.com>
Fri, 16 Jan 2009 21:47:21 +0000 (21:47 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 16 Jan 2009 21:47:21 +0000 (21:47 +0000)
commitb6a6164832572b2daeba604d6378ad49128d212f
treeb04a14beaad142cecc10c493f591c0f24b0b5132
parent3326f160360bbba49d6acc1a80d5eb300eeb8233
Use the getNode() accessor instead of accessing the Node
member directly, which is private as of r55504.

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