diff options
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r-- | gcc/ifcvt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 816cdaa2a07..8104ae448f2 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -4536,7 +4536,6 @@ const pass_data pass_data_rtl_ifcvt = RTL_PASS, /* type */ "ce1", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_IFCVT, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ @@ -4584,7 +4583,6 @@ const pass_data pass_data_if_after_combine = RTL_PASS, /* type */ "ce2", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_IFCVT, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ @@ -4631,7 +4629,6 @@ const pass_data pass_data_if_after_reload = RTL_PASS, /* type */ "ce3", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_IFCVT2, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ |