mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
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
This commit is contained in:
parent
f8dc0617ba
commit
d8cd3be370
@ -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