aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/SelectionDAG/ScheduleDAG.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/ScheduleDAG.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
index 947504af2a..ad9bfefd2f 100644
--- a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
+++ b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
@@ -656,7 +656,7 @@ void SUnit::dumpAll(const SelectionDAG *G) const {
std::cerr << " ch #";
else
std::cerr << " val #";
- std::cerr << I->first << "\n";
+ std::cerr << I->first << " - SU(" << I->first->NodeNum << ")\n";
}
}
if (Succs.size() != 0) {
@@ -667,7 +667,7 @@ void SUnit::dumpAll(const SelectionDAG *G) const {
std::cerr << " ch #";
else
std::cerr << " val #";
- std::cerr << I->first << "\n";
+ std::cerr << I->first << " - SU(" << I->first->NodeNum << ")\n";
}
}
std::cerr << "\n";