fixed
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user