This commit is contained in:
ALEXks
2025-06-22 09:22:10 +03:00
parent 65237e4d63
commit 2f53d6ae2e

View File

@@ -667,7 +667,7 @@ static void renameIterationVariables(LoopGraph* loop, const map<SgSymbol*, SgSym
{
if (loop)
{
string& loopName = loop->loopSymbol();
const string& loopName = loop->loopSymbol();
for (auto& [from, to] : symbols)
{
if (from->identifier() == loopName)