yes yes, enabled debug output is bad
authorChris Lattner <sabre@nondot.org>
Thu, 9 Mar 2006 07:39:25 +0000 (07:39 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 Mar 2006 07:39:25 +0000 (07:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26637 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp

index 6ad5d9814e469bdebf2f38d5ad335dfd5a247402..a0361cac6a72a567ed212b3de1dbd1bf227c72a4 100644 (file)
@@ -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: