summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-10-09 23:33:48 +0000
committerDan Gohman <gohman@apple.com>2009-10-09 23:33:48 +0000
commit918ec53c647f13885cf05d71845e325725d2d2f7 (patch)
treec31aaaa8587f7d85627ae61185a8c8a39e99d567 /llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
parent50998f45846708433553274041d0400f4bbffa32 (diff)
downloadbcm5719-llvm-918ec53c647f13885cf05d71845e325725d2d2f7.tar.gz
bcm5719-llvm-918ec53c647f13885cf05d71845e325725d2d2f7.zip
The ScheduleDAG framework now requires an AliasAnalysis argument, though
it isn't needed in the ScheduleDAGSDNodes schedulers. llvm-svn: 83691
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
index f17fe23fc75..c8d21584616 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
@@ -91,7 +91,7 @@ void ScheduleDAGList::Schedule() {
DEBUG(errs() << "********** List Scheduling **********\n");
// Build the scheduling graph.
- BuildSchedGraph();
+ BuildSchedGraph(NULL);
AvailableQueue->initNodes(SUnits);
OpenPOWER on IntegriCloud