mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-15 05:24:01 +00:00
Added FIXME for future Hexagon cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176400 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -159,6 +159,9 @@ void VLIWMachineScheduler::schedule() {
|
|||||||
SchedImpl->initialize(this);
|
SchedImpl->initialize(this);
|
||||||
|
|
||||||
// To view Height/Depth correctly, they should be accessed at least once.
|
// To view Height/Depth correctly, they should be accessed at least once.
|
||||||
|
//
|
||||||
|
// FIXME: SUnit::dumpAll always recompute depth and height now. The max
|
||||||
|
// depth/height could be computed directly from the roots and leaves.
|
||||||
DEBUG(unsigned maxH = 0;
|
DEBUG(unsigned maxH = 0;
|
||||||
for (unsigned su = 0, e = SUnits.size(); su != e; ++su)
|
for (unsigned su = 0, e = SUnits.size(); su != e; ++su)
|
||||||
if (SUnits[su].getHeight() > maxH)
|
if (SUnits[su].getHeight() > maxH)
|
||||||
|
Reference in New Issue
Block a user