mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 12:20:00 +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:
parent
6c87461fe6
commit
a523e22a20
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user