From: Dan Gohman Date: Sat, 3 Jan 2009 19:19:30 +0000 (+0000) Subject: CommuteNodesToReducePressure() is now removed. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1eb9268080498bc7b6d2d5df6fe8c13d6f939de0;p=oota-llvm.git CommuteNodesToReducePressure() is now removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61612 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index e72c22c4727..7635c7e2699 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp @@ -130,7 +130,6 @@ private: bool DelayForLiveRegsBottomUp(SUnit*, SmallVector&); void ListScheduleTopDown(); void ListScheduleBottomUp(); - void CommuteNodesToReducePressure(); /// CreateNewSUnit - Creates a new SUnit and returns a pointer to it.