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:
df3be82
)
Minor clean up.
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 23 Jan 2006 08:25:34 +0000
(08:25 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Mon, 23 Jan 2006 08:25:34 +0000
(08:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25543
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
b/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
index e9c41c2be4fa5c651482252c7cf4521cf898baef..71bf3cc9d6d0e8adc82cfb151a1dfa9d1e5093c7 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
+++ b/
lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
@@
-202,11
+202,12
@@
public:
virtual ~ScheduleDAGSimple() {};
+ void Schedule();
+
private:
static bool isDefiner(NodeInfo *A, NodeInfo *B);
void IncludeNode(NodeInfo *NI);
void VisitAll();
- void Schedule();
void GatherSchedulingInfo();
void FakeGroupDominators();
bool isStrongDependency(NodeInfo *A, NodeInfo *B);