From d8cd3be37062747f1abbcdb6de4547574ceea603 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 3 Feb 2008 07:01:05 +0000 Subject: [PATCH] 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 --- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.34.1