diff options
author | Chris Lattner <sabre@nondot.org> | 2006-03-09 07:39:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-03-09 07:39:25 +0000 |
commit | 571340633f1d4941a606a4049c1d7d982002f754 (patch) | |
tree | 3ff43438df0d25c712b04d1897f482f4d454c264 | |
parent | 6a4b70bbcfa0ebdc36420de4d16b62cb62f76ef7 (diff) |
yes yes, enabled debug output is bad
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26637 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp | 3 |
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: |