From: Chris Lattner Date: Sun, 3 Feb 2008 07:01:05 +0000 (+0000) Subject: the world doesn't need my debugging code. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d8cd3be37062747f1abbcdb6de4547574ceea603;p=oota-llvm.git the world doesn't need my debugging code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46678 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 0823e0a71c1..be4e0102cc9 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -264,7 +264,6 @@ public: WorkListRemover(DAGCombiner &dc) : DC(dc) {} virtual void NodeDeleted(SDNode *N) { - printf("remove from WL: %p\n", (void*)N); DC.removeFromWorkList(N); }