Don't call SelectionDAG.getRoot() directly, go through a forwarding method.
authorChris Lattner <sabre@nondot.org>
Mon, 17 Jan 2005 19:43:36 +0000 (19:43 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 17 Jan 2005 19:43:36 +0000 (19:43 +0000)
commita651cf67b77cd477dd7da4baa8688af2ccd4f7f6
treea58f0d7f981728481f682e1c6643175745e40fda
parente10269ba30ea1685fc5253861647a0d2503cd2ec
Don't call SelectionDAG.getRoot() directly, go through a forwarding method.

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