| PROP_gimple_lvec
| PROP_gimple_lva), /* properties_required */
PROP_rtl, /* properties_provided */
- ( PROP_ssa | PROP_trees ), /* properties_destroyed */
+ ( PROP_ssa | PROP_gimple ), /* properties_destroyed */
0, /* todo_flags_start */
0, /* todo_flags_finish */
};
{
push_cfun (fn);
- if (fn->curr_properties & PROP_trees)
+ if (fn->curr_properties & PROP_gimple)
dump_function_to_file (fn->decl, dump_file, dump_flags);
else
print_rtl_with_bb (dump_file, get_insns (), dump_flags);
if (flags & TODO_verify_il)
{
- if (cfun->curr_properties & PROP_trees)
+ if (cfun->curr_properties & PROP_gimple)
{
if (cfun->curr_properties & PROP_cfg)
/* IPA passes leave stmts to be fixed up, so make sure to
/* Note that the folders should only create gimple expressions.
This is a hack until the new folder is ready. */
- in_gimple_form = (cfun && (cfun->curr_properties & PROP_trees)) != 0;
+ in_gimple_form = (cfun && (cfun->curr_properties & PROP_gimple)) != 0;
pass_init_dump_file (pass);
/* Note that the folders should only create gimple expressions.
This is a hack until the new folder is ready. */
- in_gimple_form = (cfun && (cfun->curr_properties & PROP_trees)) != 0;
+ in_gimple_form = (cfun && (cfun->curr_properties & PROP_gimple)) != 0;
pass_init_dump_file (pass);
pass_fini_dump_file (pass);
if (pass->type != SIMPLE_IPA_PASS && pass->type != IPA_PASS)
- gcc_assert (!(cfun->curr_properties & PROP_trees)
+ gcc_assert (!(cfun->curr_properties & PROP_gimple)
|| pass->type != RTL_PASS);
current_pass = NULL;
gcc_assert (!TREE_PUBLIC (decl));
/* Unless this is called during FE folding. */
if (cfun
- && (cfun->curr_properties & (PROP_trees | PROP_rtl)) == 0
+ && (cfun->curr_properties & (PROP_gimple | PROP_rtl)) == 0
&& TREE_READONLY (decl)
&& !TREE_SIDE_EFFECTS (decl)
&& DECL_INITIAL (decl))