the world doesn't need my debugging code.
authorChris Lattner <sabre@nondot.org>
Sun, 3 Feb 2008 07:01:05 +0000 (07:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Feb 2008 07:01:05 +0000 (07:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46678 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index 0823e0a71c1c3bebca2c9565cfe28ebeffd85bae..be4e0102cc95403a280d745d0ad3b65ea6747bfd 100644 (file)
@@ -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);
   }