[llvm-dev] Empty implementation of SchedulingPriorityQueue::dump
陳韋任 via llvm-dev
llvm-dev at lists.llvm.org
Wed Oct 25 07:34:27 PDT 2017
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
--
Wei-Ren Chen (陳韋任)
Homepage: https://people.cs.nctu.edu.tw/~chenwj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171025/a11ce777/attachment.html>
More information about the llvm-dev
mailing list