Some actions simplify analyzing IR

This commit is contained in:
Egor Mayorov
2025-05-13 00:46:32 +03:00
parent 5052e7e218
commit 600094f13a
3 changed files with 94 additions and 6 deletions

View File

@@ -942,7 +942,7 @@ static bool runAnalysis(SgProject &project, const int curr_regime, const bool ne
}
else if (curr_regime == SWAP_OPERATORS)
{
runSwapOperators(loopGraph, fullIR, countOfTransform);
runSwapOperators(file, loopGraph, fullIR, countOfTransform);
}
else if (curr_regime == PRIVATE_REMOVING_ANALYSIS)
{