fixed function prototype

This commit is contained in:
ALEXks
2026-03-20 15:49:08 +03:00
committed by Egor Mayorov
parent 0d4d2b78d8
commit 88bac54901
4 changed files with 14 additions and 37 deletions

View File

@@ -943,7 +943,7 @@ static bool runAnalysis(SgProject &project, const int curr_regime, const bool ne
}
}
else if (curr_regime == MOVE_OPERATORS)
moveOperators(file, loopGraph, fullIR, countOfTransform);
moveOperators(fullIR, countOfTransform);
else if (curr_regime == PRIVATE_REMOVING_ANALYSIS)
{
auto itFound = loopGraph.find(file->filename());