projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
223942a
)
CommuteNodesToReducePressure() is now removed.
author
Dan Gohman
<gohman@apple.com>
Sat, 3 Jan 2009 19:19:30 +0000
(19:19 +0000)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
index e72c22c472762d627b75d05eedb47d32f49a4785..7635c7e269947ceac1778d9fec6dc2bde091a4e3 100644
(file)
--- 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.