aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-10 07:15:58 +0000
committerChris Lattner <sabre@nondot.org>2006-03-10 07:15:58 +0000
commit8d41651da73e2458f6eff9926a3de0a7932653e4 (patch)
tree4aff01321f5d8a74ecfb2074dd74ae9b7240662d /lib/CodeGen
parentb2042e31a7cc58a454889593a39bce42de09fd62 (diff)
no need to build groups anymore
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26684 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
index 61630e5a31..76d499d33d 100644
--- a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
+++ b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
@@ -642,8 +642,6 @@ void ScheduleDAGList::Schedule() {
// Set up minimum info for scheduling
PrepareNodeInfo();
- // Construct node groups for flagged nodes
- IdentifyGroups();
// Build scheduling units.
BuildSchedUnits();