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:
Chris Lattner 2003-07-02 23:43:06 +00:00
parent 6c87461fe6
commit a523e22a20
2 changed files with 0 additions and 2 deletions

View File

@ -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,

View File

@ -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,