Some actions simplify analyzing IR
This commit is contained in:
@@ -952,7 +952,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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user