summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-09 07:39:25 +0000
committerChris Lattner <sabre@nondot.org>2006-03-09 07:39:25 +0000
commitd17d77aa1d99b1c74b6b3333bb6a23fde14507a0 (patch)
tree6f93e78d1fe07edf2e6bc7e7fbc5e597c3601672 /llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
parent6398c131289408bc81f5584a37fc6e1d732e14bd (diff)
downloadbcm5719-llvm-d17d77aa1d99b1c74b6b3333bb6a23fde14507a0.tar.gz
bcm5719-llvm-d17d77aa1d99b1c74b6b3333bb6a23fde14507a0.zip
yes yes, enabled debug output is bad
llvm-svn: 26637
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
index 6ad5d9814e4..a0361cac6a7 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
+++ b/llvm/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:
OpenPOWER on IntegriCloud