No need to specify the class if the method is within the class declaration.

llvm-svn: 4969
This commit is contained in:
Misha Brukman 2002-12-12 05:28:39 +00:00
parent c42ada2e5e
commit 0d19db3c34
1 changed files with 2 additions and 2 deletions

View File

@ -109,8 +109,8 @@ private:
// outside of the SCC) into functions in the SCC. It is not supposed to touch
// functions IN the SCC at all.
//
DSGraph &BUDataStructures::inlineNonSCCGraphs(Function &F,
std::set<Function*> &SCCFunctions);
DSGraph &inlineNonSCCGraphs(Function &F,
std::set<Function*> &SCCFunctions);
DSGraph &calculateSCCGraph(Function &F,
std::set<Function*> &InlinedSCCFunctions);