fixed
This commit is contained in:
@@ -316,7 +316,7 @@ static void getModuleSymbols(SgStatement* func, set<SgSymbol*>& symbs)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const const set<SgSymbol*>& getModuleSymbols(SgStatement *func)
|
const set<SgSymbol*>& getModuleSymbols(SgStatement *func)
|
||||||
{
|
{
|
||||||
auto it = symbolsForFunc.find(func->symbol()->identifier());
|
auto it = symbolsForFunc.find(func->symbol()->identifier());
|
||||||
if (it != symbolsForFunc.end())
|
if (it != symbolsForFunc.end())
|
||||||
|
|||||||
Reference in New Issue
Block a user