mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
yes yes, enabled debug output is bad
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26637 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a4b70bbcf
commit
571340633f
@ -848,9 +848,6 @@ public:
|
||||
SUnit *pop() {
|
||||
SUnit *V = Queue.top();
|
||||
Queue.pop();
|
||||
|
||||
std::cerr << "Got node. Latency: " << getLatency(V->NodeNum)
|
||||
<< " \n";
|
||||
return V;
|
||||
}
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user