diff options
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r-- | gcc/tree-eh.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index ec3d425..fc86b9f 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -2130,7 +2130,6 @@ const pass_data pass_data_lower_eh = GIMPLE_PASS, /* type */ "eh", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_TREE_EH, /* tv_id */ PROP_gimple_lcf, /* properties_required */ PROP_gimple_leh, /* properties_provided */ @@ -3118,7 +3117,6 @@ const pass_data pass_data_refactor_eh = GIMPLE_PASS, /* type */ "ehopt", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_TREE_EH, /* tv_id */ PROP_gimple_lcf, /* properties_required */ 0, /* properties_provided */ @@ -3310,7 +3308,6 @@ const pass_data pass_data_lower_resx = GIMPLE_PASS, /* type */ "resx", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_TREE_EH, /* tv_id */ PROP_gimple_lcf, /* properties_required */ 0, /* properties_provided */ @@ -3710,7 +3707,6 @@ const pass_data pass_data_lower_eh_dispatch = GIMPLE_PASS, /* type */ "ehdisp", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_TREE_EH, /* tv_id */ PROP_gimple_lcf, /* properties_required */ 0, /* properties_provided */ @@ -4568,7 +4564,6 @@ const pass_data pass_data_cleanup_eh = GIMPLE_PASS, /* type */ "ehcleanup", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_TREE_EH, /* tv_id */ PROP_gimple_lcf, /* properties_required */ 0, /* properties_provided */ |