mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-20 10:30:17 +00:00
Remove dead method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7083 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -167,7 +167,6 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void calculateGraphFrom(Function &F);
|
|
||||||
void inlineGraphIntoCallees(DSGraph &G);
|
void inlineGraphIntoCallees(DSGraph &G);
|
||||||
DSGraph &getOrCreateDSGraph(Function &F);
|
DSGraph &getOrCreateDSGraph(Function &F);
|
||||||
void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,
|
void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,
|
||||||
|
@@ -167,7 +167,6 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void calculateGraphFrom(Function &F);
|
|
||||||
void inlineGraphIntoCallees(DSGraph &G);
|
void inlineGraphIntoCallees(DSGraph &G);
|
||||||
DSGraph &getOrCreateDSGraph(Function &F);
|
DSGraph &getOrCreateDSGraph(Function &F);
|
||||||
void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,
|
void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,
|
||||||
|
Reference in New Issue
Block a user