Remove dead method

llvm-svn: 7083
This commit is contained in:
Chris Lattner 2003-07-02 23:43:06 +00:00
parent b64aff94fd
commit 05ead58250

View File

@ -167,7 +167,6 @@ public:
}
private:
void calculateGraphFrom(Function &F);
void inlineGraphIntoCallees(DSGraph &G);
DSGraph &getOrCreateDSGraph(Function &F);
void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,