diff options
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/arc/arc.c | 2 | ||||
-rw-r--r-- | gcc/config/epiphany/mode-switch-use.c | 1 | ||||
-rw-r--r-- | gcc/config/epiphany/resolve-sw-modes.c | 1 | ||||
-rw-r--r-- | gcc/config/i386/i386.c | 1 | ||||
-rw-r--r-- | gcc/config/mips/mips.c | 1 | ||||
-rw-r--r-- | gcc/config/rl78/rl78.c | 2 | ||||
-rw-r--r-- | gcc/config/s390/s390.c | 1 | ||||
-rw-r--r-- | gcc/config/sh/sh_optimize_sett_clrt.cc | 1 | ||||
-rw-r--r-- | gcc/config/sh/sh_treg_combine.cc | 1 | ||||
-rw-r--r-- | gcc/config/sparc/sparc.c | 1 |
10 files changed, 0 insertions, 12 deletions
diff --git a/gcc/config/arc/arc.c b/gcc/config/arc/arc.c index 6e558cb76bc..6a17966daa2 100644 --- a/gcc/config/arc/arc.c +++ b/gcc/config/arc/arc.c @@ -609,7 +609,6 @@ const pass_data pass_data_arc_ifcvt = RTL_PASS, "arc_ifcvt", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_IFCVT2, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ @@ -647,7 +646,6 @@ const pass_data pass_data_arc_predicate_delay_insns = RTL_PASS, "arc_predicate_delay_insns", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_IFCVT2, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ diff --git a/gcc/config/epiphany/mode-switch-use.c b/gcc/config/epiphany/mode-switch-use.c index cc80d103c55..b05f13db514 100644 --- a/gcc/config/epiphany/mode-switch-use.c +++ b/gcc/config/epiphany/mode-switch-use.c @@ -78,7 +78,6 @@ const pass_data pass_data_mode_switch_use = RTL_PASS, /* type */ "mode_switch_use", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_NONE, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ diff --git a/gcc/config/epiphany/resolve-sw-modes.c b/gcc/config/epiphany/resolve-sw-modes.c index a0c4fa44a41..f40cc8dbad5 100644 --- a/gcc/config/epiphany/resolve-sw-modes.c +++ b/gcc/config/epiphany/resolve-sw-modes.c @@ -45,7 +45,6 @@ const pass_data pass_data_resolve_sw_modes = RTL_PASS, /* type */ "resolve_sw_modes", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_MODE_SWITCH, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index a280b46ebca..1b5cbeb4587 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -2523,7 +2523,6 @@ const pass_data pass_data_insert_vzeroupper = RTL_PASS, /* type */ "vzeroupper", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_NONE, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 10efc270298..d35e98e47a0 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -16525,7 +16525,6 @@ const pass_data pass_data_mips_machine_reorg2 = RTL_PASS, /* type */ "mach2", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_MACH_DEP, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ diff --git a/gcc/config/rl78/rl78.c b/gcc/config/rl78/rl78.c index b9e6d00ad73..d6355f7b1d8 100644 --- a/gcc/config/rl78/rl78.c +++ b/gcc/config/rl78/rl78.c @@ -128,7 +128,6 @@ const pass_data pass_data_rl78_devirt = RTL_PASS, /* type */ "devirt", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_MACH_DEP, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ @@ -215,7 +214,6 @@ const pass_data pass_data_rl78_move_elim = RTL_PASS, /* type */ "move_elim", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_MACH_DEP, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c index 85a6ca9f67f..bc6206e779f 100644 --- a/gcc/config/s390/s390.c +++ b/gcc/config/s390/s390.c @@ -8637,7 +8637,6 @@ const pass_data pass_data_s390_early_mach = RTL_PASS, /* type */ "early_mach", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_MACH_DEP, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ diff --git a/gcc/config/sh/sh_optimize_sett_clrt.cc b/gcc/config/sh/sh_optimize_sett_clrt.cc index 84ad2999de7..63c816eeae5 100644 --- a/gcc/config/sh/sh_optimize_sett_clrt.cc +++ b/gcc/config/sh/sh_optimize_sett_clrt.cc @@ -138,7 +138,6 @@ const pass_data sh_optimize_sett_clrt::default_pass_data = RTL_PASS, // type "", // name (overwritten by the constructor) OPTGROUP_NONE, // optinfo_flags - true, // has_execute TV_OPTIMIZE, // tv_id 0, // properties_required 0, // properties_provided diff --git a/gcc/config/sh/sh_treg_combine.cc b/gcc/config/sh/sh_treg_combine.cc index ebc80a50768..80482df8c6d 100644 --- a/gcc/config/sh/sh_treg_combine.cc +++ b/gcc/config/sh/sh_treg_combine.cc @@ -593,7 +593,6 @@ const pass_data sh_treg_combine::default_pass_data = RTL_PASS, // type "", // name (overwritten by the constructor) OPTGROUP_NONE, // optinfo_flags - true, // has_execute TV_OPTIMIZE, // tv_id 0, // properties_required 0, // properties_provided diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index 8b1dfa6d3b0..2a2eabdeed5 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -1124,7 +1124,6 @@ const pass_data pass_data_work_around_errata = RTL_PASS, /* type */ "errata", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_MACH_DEP, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ |