Minor clean up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25543 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-01-23 08:25:34 +00:00
parent df3be82dcb
commit 4148429064

View File

@ -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);