Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration
authorDan Gohman <gohman@apple.com>
Tue, 19 Jun 2007 14:13:56 +0000 (14:13 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 19 Jun 2007 14:13:56 +0000 (14:13 +0000)
commitb5bec2b6f6f4a4da96170d1c258ad424112ad2c5
treeec921a991605bb2b86f8ca0888dc751a65469a47
parentd0954105f0b1fb72008e2f734ed34510309d5048
Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration
for needing the DAG node to print pre-legalize extended value types, and
to get better debug messages with target-specific nodes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37656 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/Alpha/AlphaISelDAGToDAG.cpp
lib/Target/IA64/IA64ISelDAGToDAG.cpp