Print out nodes sorted by their address to make it easier to find them in a list.
authorChris Lattner <sabre@nondot.org>
Sun, 9 Jan 2005 20:26:36 +0000 (20:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Jan 2005 20:26:36 +0000 (20:26 +0000)
commit49d24716a4398fc249d2b5ac993ff97a421f0635
tree891d070f3cd684a10d7d1d02d658a04ca7eb4ace
parentbd9f0eefb230083de2ed009bb0be6c9386a6c04b
Print out nodes sorted by their address to make it easier to find them in a list.

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