diff options
author | Chris Lattner <sabre@nondot.org> | 2008-02-03 07:01:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-02-03 07:01:05 +0000 |
commit | d2d166ea9fc119bda782b122a622c337bdb6857b (patch) | |
tree | c7937471a7dfcd022a0ed0f51fb41eb5b4c5ac45 /llvm/lib | |
parent | b2b9d6f0fbb2bb1c42ff37eba04f91816b456f22 (diff) | |
download | bcm5719-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.cpp | 1 |
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); } |