finish inductive variables
This commit is contained in:
@@ -1019,10 +1019,10 @@ static bool runAnalysis(SgProject &project, const int curr_regime, const bool ne
|
||||
if(func->funcPointer->variant() != ENTRY_STAT)
|
||||
countOfTransform += removeDeadCode(func->funcPointer, allFuncInfo, commonBlocks);
|
||||
}
|
||||
else if (curr_regime == EXPLORE_IR_LOOPS)
|
||||
testIR(fullIR);
|
||||
else if (curr_regime == BUILD_IR_SSA_FORM)
|
||||
buildIRSSAForm(fullIR);
|
||||
buildIRSSAForm(fullIR, &ssaFormIR);
|
||||
else if (curr_regime == EXPLORE_IR_LOOPS)
|
||||
exploreLoops(&ssaFormIR);
|
||||
else if (curr_regime == TEST_PASS)
|
||||
{
|
||||
//test pass
|
||||
|
||||
Reference in New Issue
Block a user