OSDN Git Service

CommuteNodesToReducePressure() is now removed.
authorDan Gohman <gohman@apple.com>
Sat, 3 Jan 2009 19:19:30 +0000 (19:19 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 3 Jan 2009 19:19:30 +0000 (19:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61612 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp

index e72c22c..7635c7e 100644 (file)
@@ -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.