diff options
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index 10688bcca5c..01fd9ff72ae 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -3086,7 +3086,6 @@ const pass_data pass_data_jump = RTL_PASS, /* type */ "jump", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_JUMP, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ @@ -3133,7 +3132,6 @@ const pass_data pass_data_jump2 = RTL_PASS, /* type */ "jump2", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_JUMP, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ |