no message

This commit is contained in:
2024-10-14 15:19:13 +03:00
parent 8eef367bd4
commit 5e09fb44ea
634 changed files with 3751 additions and 3263 deletions

View File

@@ -338,7 +338,6 @@ public enum PassCode implements PassCode_ {
ShowCurrentSAPFORConfigurationTests,
SaveCurrentSAPFORConfiguration,
StartSelectedSAPFORConfigurations,
CloneCurrentDVMConfiguration, //?
PublishSapforSettings,
EditSapforSettings,
@@ -1030,27 +1029,27 @@ public enum PassCode implements PassCode_ {
name = "SET_IMPLICIT_NONE";
break;
case SPF_RemoveOmpDirectives:
name= "REMOVE_OMP_DIRS_TRANSFORM";
name = "REMOVE_OMP_DIRS_TRANSFORM";
break;
case SPF_RemoveComments:
name="REMOVE_COMMENTS";
name = "REMOVE_COMMENTS";
break;
case SPF_RemoveDeadCode:
name= "REMOVE_DEAD_CODE_AND_UNPARSE";
name = "REMOVE_DEAD_CODE_AND_UNPARSE";
break;
}
return p + " " + name;
}
public boolean isSapforStart(){
switch (this){
public boolean isSapforStart() {
switch (this) {
case SPF_InsertIncludesPass:
return true;
default:
return false;
}
}
public boolean isSapforTerminal(){
switch (this){
public boolean isSapforTerminal() {
switch (this) {
case CreateParallelVariants:
case SPF_SharedMemoryParallelization:
case SPF_InsertDvmhRegions: