1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

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 0df69edd43
commit 60dd627d08

View File

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