the world doesn't need my debugging code.

llvm-svn: 46678
This commit is contained in:
Chris Lattner 2008-02-03 07:01:05 +00:00
parent 6ea106139d
commit ce1bde2760

View File

@ -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);
}