Invoke DAG postprocessing in the post-RA scheduler

This was inadvertently omitted from r262774, which added the mutation
interface.

llvm-svn: 262939
This commit is contained in:
Krzysztof Parzyszek 2016-03-08 16:54:20 +00:00
parent 6cbf4d8776
commit cd99e364e3
1 changed files with 2 additions and 0 deletions

View File

@ -405,6 +405,8 @@ void SchedulePostRATDList::schedule() {
}
}
postprocessDAG();
DEBUG(dbgs() << "********** List Scheduling **********\n");
DEBUG(
for (const SUnit &SU : SUnits) {