summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitd2d166ea9fc119bda782b122a622c337bdb6857b (patch)
treec7937471a7dfcd022a0ed0f51fb41eb5b4c5ac45 /llvm/lib
parentb2b9d6f0fbb2bb1c42ff37eba04f91816b456f22 (diff)
downloadbcm5719-llvm-d2d166ea9fc119bda782b122a622c337bdb6857b.tar.gz
bcm5719-llvm-d2d166ea9fc119bda782b122a622c337bdb6857b.zip
the world doesn't need my debugging code.
llvm-svn: 46678
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 0823e0a71c1..be4e0102cc9 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/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);
}
OpenPOWER on IntegriCloud