This commit is contained in:
ALEXks
2025-03-19 20:35:57 +03:00
parent 024b9581c9
commit ddec450845

View File

@@ -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());
if (it != symbolsForFunc.end())