diff options
author | Dan Gohman <gohman@apple.com> | 2009-01-03 19:19:30 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-01-03 19:19:30 +0000 |
commit | 4d41fdf4cabc01dddcb36cd420d83debf90460e3 (patch) | |
tree | 67d9afca254f66768d166086213c5d14c70e7e33 /llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | |
parent | 1be2e9650efd0cf45582a24e351f75abf62553ef (diff) | |
download | bcm5719-llvm-4d41fdf4cabc01dddcb36cd420d83debf90460e3.tar.gz bcm5719-llvm-4d41fdf4cabc01dddcb36cd420d83debf90460e3.zip |
CommuteNodesToReducePressure() is now removed.
llvm-svn: 61612
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index e72c22c4727..7635c7e2699 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp +++ b/llvm/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. |