turn off createInterfacesForAssumedSize call
This commit is contained in:
@@ -1282,8 +1282,8 @@ static bool runAnalysis(SgProject &project, const int curr_regime, const bool ne
|
|||||||
fillInterfaceBlock(allFuncInfo);
|
fillInterfaceBlock(allFuncInfo);
|
||||||
intentInsertToInterfaces(allFuncInfo);
|
intentInsertToInterfaces(allFuncInfo);
|
||||||
|
|
||||||
if (sharedMemoryParallelization != 1)
|
//TODO: need to check!
|
||||||
createInterfacesForAssumedSize(allFuncInfo);
|
//createInterfacesForAssumedSize(allFuncInfo);
|
||||||
|
|
||||||
//this call is only for testing
|
//this call is only for testing
|
||||||
//setPureStatus(allFuncInfo);
|
//setPureStatus(allFuncInfo);
|
||||||
|
|||||||
Reference in New Issue
Block a user