mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 17:32:49 +00:00
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:
parent
df3be82dcb
commit
4148429064
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user