diff options
Diffstat (limited to 'gcc/tree-tailcall.c')
-rw-r--r-- | gcc/tree-tailcall.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-tailcall.c b/gcc/tree-tailcall.c index 6f6c758c356..9e98968a671 100644 --- a/gcc/tree-tailcall.c +++ b/gcc/tree-tailcall.c @@ -1093,7 +1093,6 @@ const pass_data pass_data_tail_recursion = GIMPLE_PASS, /* type */ "tailr", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_NONE, /* tv_id */ ( PROP_cfg | PROP_ssa ), /* properties_required */ 0, /* properties_provided */ @@ -1134,7 +1133,6 @@ const pass_data pass_data_tail_calls = GIMPLE_PASS, /* type */ "tailc", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_NONE, /* tv_id */ ( PROP_cfg | PROP_ssa ), /* properties_required */ 0, /* properties_provided */ |