diff options
Diffstat (limited to 'gcc/tree-complex.c')
-rw-r--r-- | gcc/tree-complex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c index 3ed403a..f1bba8b 100644 --- a/gcc/tree-complex.c +++ b/gcc/tree-complex.c @@ -1662,7 +1662,6 @@ const pass_data pass_data_lower_complex = GIMPLE_PASS, /* type */ "cplxlower", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_NONE, /* tv_id */ PROP_ssa, /* properties_required */ PROP_gimple_lcx, /* properties_provided */ @@ -1700,7 +1699,6 @@ const pass_data pass_data_lower_complex_O0 = GIMPLE_PASS, /* type */ "cplxlower0", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_NONE, /* tv_id */ PROP_cfg, /* properties_required */ PROP_gimple_lcx, /* properties_provided */ |