mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 06:04:47 +00:00
the world doesn't need my debugging code.
llvm-svn: 46678
This commit is contained in:
parent
6ea106139d
commit
ce1bde2760
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user