CommuteNodesToReducePressure() is now removed.

llvm-svn: 61612
This commit is contained in:
Dan Gohman 2009-01-03 19:19:30 +00:00
parent 6a518de5f5
commit 8dc1513b6c

View 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.