aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-02-03 07:01:05 +0000
committerChris Lattner <sabre@nondot.org>2008-02-03 07:01:05 +0000
commit9c980aa7364674c55978c4ee8f92cfeff71a57a7 (patch)
tree28a4b1ce03b486563fa4b4e46ba07def8e5cfa01 /lib
parent7bcb18f7002752829aca7ac639c1a76dba8f347f (diff)
downloadexternal_llvm-9c980aa7364674c55978c4ee8f92cfeff71a57a7.zip
external_llvm-9c980aa7364674c55978c4ee8f92cfeff71a57a7.tar.gz
external_llvm-9c980aa7364674c55978c4ee8f92cfeff71a57a7.tar.bz2
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
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/SelectionDAG/DAGCombiner.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 0823e0a..be4e010 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);
}