aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-01-03 19:19:30 +0000
committerDan Gohman <gohman@apple.com>2009-01-03 19:19:30 +0000
commit32e8e114a7a4f61aa02463298b51aea926d0272b (patch)
tree71afbd25dd581c000ecefc7c3b8db3dd68d8e1ca /lib/CodeGen/SelectionDAG
parent9a57ab02dfb82e186a8b04c6f7d73180d7cfaa7a (diff)
downloadexternal_llvm-32e8e114a7a4f61aa02463298b51aea926d0272b.zip
external_llvm-32e8e114a7a4f61aa02463298b51aea926d0272b.tar.gz
external_llvm-32e8e114a7a4f61aa02463298b51aea926d0272b.tar.bz2
CommuteNodesToReducePressure() is now removed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61612 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG')
-rw-r--r--lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
index e72c22c..7635c7e 100644
--- a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
+++ b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
@@ -130,7 +130,6 @@ private:
bool DelayForLiveRegsBottomUp(SUnit*, SmallVector<unsigned, 4>&);
void ListScheduleTopDown();
void ListScheduleBottomUp();
- void CommuteNodesToReducePressure();
/// CreateNewSUnit - Creates a new SUnit and returns a pointer to it.