/
This commit is contained in:
@@ -85,7 +85,7 @@ static FuncInfo* findFileInfoByName(SgStatement* func, const vector<FuncInfo*>&
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void findLocalData(SgStatement* func, SgStatement* end, vector<SgExpression*>& local,
|
static void findLocalData(SgStatement* func, SgStatement* end, vector<SgExpression*>& local,
|
||||||
map<string, SgStatement*>& localParams, set<string>& added, const vector<FuncInfo*>& allFuncInfo)
|
map<string, SgStatement*>& localParams, set<string>& added, const vector<FuncInfo*>& allFuncInfo)
|
||||||
{
|
{
|
||||||
SgStatement* start = func->lexNext();
|
SgStatement* start = func->lexNext();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user