forked from OSchip/llvm-project
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:
parent
6cbf4d8776
commit
cd99e364e3
|
@ -405,6 +405,8 @@ void SchedulePostRATDList::schedule() {
|
|||
}
|
||||
}
|
||||
|
||||
postprocessDAG();
|
||||
|
||||
DEBUG(dbgs() << "********** List Scheduling **********\n");
|
||||
DEBUG(
|
||||
for (const SUnit &SU : SUnits) {
|
||||
|
|
Loading…
Reference in New Issue