forked from OSchip/llvm-project
No need to specify the class if the method is within the class declaration.
llvm-svn: 4969
This commit is contained in:
parent
c42ada2e5e
commit
0d19db3c34
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue