новый проход. v++
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package _VisualDVM.Repository.Component.Sapfor;
|
||||
import Common.CommonConstants;
|
||||
import Common.Passes.Pass;
|
||||
import Common.Passes.PassException;
|
||||
import Common.Utils.Utils_;
|
||||
import Common.Visual.UI;
|
||||
@@ -102,7 +103,8 @@ public abstract class Sapfor extends OSDComponent {
|
||||
public static PassCode[] getRegionsTransformationsCodes() {
|
||||
return new PassCode[]{
|
||||
PassCode.SPF_ResolveParallelRegionConflicts,
|
||||
PassCode.SPF_InsertDvmhRegions
|
||||
PassCode.SPF_InsertDvmhRegions,
|
||||
PassCode.SPF_RemoveDistArraysFromIO
|
||||
};
|
||||
}
|
||||
public static PassCode[] getPreparationTransformationsCodes() {
|
||||
@@ -156,6 +158,7 @@ public abstract class Sapfor extends OSDComponent {
|
||||
res.add(PassCode.SPF_DuplicateFunctionChains);//+
|
||||
//--
|
||||
res.add(PassCode.SPF_ResolveParallelRegionConflicts);//+
|
||||
res.add(PassCode.SPF_RemoveDistArraysFromIO);
|
||||
res.add(PassCode.SPF_ResolveCommonBlockConflicts);//+
|
||||
//-
|
||||
res.add(PassCode.SPF_InsertDvmhRegions);//+
|
||||
|
||||
Reference in New Issue
Block a user