Disable DFSResult for ConvergingScheduler.

For now, just save the compile time since the ConvergingScheduler
heuristics don't use this analysis. We'll probably enable it later
after compile-time investigation.

llvm-svn: 178822
This commit is contained in:
Andrew Trick 2013-04-05 00:31:31 +00:00
parent 419d491747
commit 96ce3848d6
1 changed files with 0 additions and 2 deletions

View File

@ -1243,8 +1243,6 @@ void ConvergingScheduler::initialize(ScheduleDAGMI *dag) {
Top.init(DAG, SchedModel, &Rem);
Bot.init(DAG, SchedModel, &Rem);
DAG->computeDFSResult();
// Initialize resource counts.
// Initialize the HazardRecognizers. If itineraries don't exist, are empty, or