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 | d8cd3be37062747f1abbcdb6de4547574ceea603 (patch) | |
tree | 28a4b1ce03b486563fa4b4e46ba07def8e5cfa01 /lib/CodeGen/SelectionDAG/DAGCombiner.cpp | |
parent | f8dc0617baceeba8ccd67c8881eb88eb1be2902c (diff) |
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/CodeGen/SelectionDAG/DAGCombiner.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 0823e0a71c..be4e0102cc 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); } |