This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

update_life_info in schedule_insns


Hello,

>  /* Don't update reg info after reload, since that affects
>     regs_ever_live, which should not change after reload.  */
>  update_life_info (blocks, UPDATE_LIFE_LOCAL,
>                    (reload_completed ? PROP_DEATH_NOTES
>                     : PROP_DEATH_NOTES | PROP_REG_INFO));
>  if (any_large_regions)
>    {
>      update_life_info (large_region_blocks, UPDATE_LIFE_GLOBAL,
>                        PROP_DEATH_NOTES | PROP_REG_INFO);
>    }

why the comment above does not apply for the second update_life_info
call?

Zdenek


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]