aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
index 6ad5d9814e..a0361cac6a 100644
--- a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
+++ b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
@@ -848,9 +848,6 @@ public:
SUnit *pop() {
SUnit *V = Queue.top();
Queue.pop();
-
- std::cerr << "Got node. Latency: " << getLatency(V->NodeNum)
- << " \n";
return V;
}
private: