mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-23 12:45:47 +00:00
make -debug output less newliney
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25895 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d25e9e8294
commit
1e8791d790
@ -257,9 +257,8 @@ void ScheduleDAGList::ListSchedule() {
|
||||
for (unsigned i = 0, e = NotReady.size(); i != e; ++i)
|
||||
Available.push(NotReady[i]);
|
||||
|
||||
DEBUG(std::cerr << "\n*** Scheduling: ");
|
||||
DEBUG(std::cerr << "*** Scheduling: ");
|
||||
DEBUG(CurrNode->dump(&DAG, false));
|
||||
DEBUG(std::cerr << "\n");
|
||||
ScheduleNode(CurrNode);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user