diff options
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/final.c b/gcc/final.c index bbeb50d..cf2a278 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -856,7 +856,6 @@ const pass_data pass_data_compute_alignments = RTL_PASS, /* type */ "alignments", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_NONE, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ @@ -4507,7 +4506,6 @@ const pass_data pass_data_final = RTL_PASS, /* type */ "final", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_FINAL, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ @@ -4552,7 +4550,6 @@ const pass_data pass_data_shorten_branches = RTL_PASS, /* type */ "shorten", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_SHORTEN_BRANCH, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ @@ -4718,7 +4715,6 @@ const pass_data pass_data_clean_state = RTL_PASS, /* type */ "*clean_state", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_FINAL, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ |