Hi All,
While reading SchedulePostRATDList::ListScheduleTopDown() [1], I find SchedulingPriorityQueue::dump has an empty implementation. Therefore, the following debug dump basically outputs nothing.
DEBUG(dbgs() << “\n*** Examining Available\n”; AvailableQueue.dump(this));
Not sure why we want this. Is it intended?
[1] http://llvm.org/doxygen/PostRASchedulerList_8cpp_source.html
Regards,
chenwj