diff options
Diffstat (limited to 'gcc/ipa-inline.c')
-rw-r--r-- | gcc/ipa-inline.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c index 5da4b4c..dfc346a 100644 --- a/gcc/ipa-inline.c +++ b/gcc/ipa-inline.c @@ -1561,7 +1561,7 @@ struct gimple_opt_pass pass_early_inline = 0, /* static_pass_number */ TV_INLINE_HEURISTICS, /* tv_id */ 0, /* properties_required */ - PROP_cfg, /* properties_provided */ + 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ TODO_dump_func /* todo_flags_finish */ @@ -1591,7 +1591,7 @@ struct simple_ipa_opt_pass pass_ipa_early_inline = 0, /* static_pass_number */ TV_INLINE_HEURISTICS, /* tv_id */ 0, /* properties_required */ - PROP_cfg, /* properties_provided */ + 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ TODO_dump_cgraph /* todo_flags_finish */ @@ -1653,7 +1653,7 @@ struct gimple_opt_pass pass_inline_parameters = 0, /* static_pass_number */ TV_INLINE_HEURISTICS, /* tv_id */ 0, /* properties_required */ - PROP_cfg, /* properties_provided */ + 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ 0 /* todo_flags_finish */ @@ -1772,7 +1772,7 @@ struct ipa_opt_pass pass_ipa_inline = 0, /* static_pass_number */ TV_INLINE_HEURISTICS, /* tv_id */ 0, /* properties_required */ - PROP_cfg, /* properties_provided */ + 0, /* properties_provided */ 0, /* properties_destroyed */ TODO_remove_functions, /* todo_flags_finish */ TODO_dump_cgraph | TODO_dump_func |