Don't sort SDNodes by their addresses in SelectionDAG::dump. Instead,
authorDan Gohman <gohman@apple.com>
Tue, 15 Jul 2008 18:18:54 +0000 (18:18 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 15 Jul 2008 18:18:54 +0000 (18:18 +0000)
commit90a7b8fba69503c950aa598fac2edc77123b6bf0
treed6551de9c2dd95543384dce39cfef4bd6a810379
parent2b4f7bbd498c44517a6716192244bd88b7af7529
Don't sort SDNodes by their addresses in SelectionDAG::dump. Instead,
just use the AllNodes order, which is at least relatively stable
across runs.

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