Make the SelectionDAG graph printer use SDNode::PersistentId labels.
authorJames Y Knight <jyknight@google.com>
Tue, 27 Oct 2015 23:09:03 +0000 (23:09 +0000)
committerJames Y Knight <jyknight@google.com>
Tue, 27 Oct 2015 23:09:03 +0000 (23:09 +0000)
commita0e9c6ff437124cd701828e2b380a2febb2996b9
tree69e3f31177ff7e1d46169ab1fcdd835a73e0c84a
parent913837d5f7b9a3145b29b31f668a59be463bef6f
Make the SelectionDAG graph printer use SDNode::PersistentId labels.

r248010 changed the -debug output to use short ids, but did not
similarly modify the graph printer. Change to be consistent, for ease of
cross-reference.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251465 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/DOTGraphTraits.h
include/llvm/Support/GraphWriter.h
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/ScheduleDAGPrinter.cpp
lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp