This is the mail archive of the gcc-patches@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]

Re: New function split_block


On Tue, Sep 12, 2000 at 07:31:33PM +1200, Michael Hayes wrote:
> +       propagate_block (new_bb, new_bb->global_live_at_start, NULL, 0);
> +       COPY_REG_SET (new_bb->global_live_at_end, 
> + 		    new_bb->global_live_at_start);

The copy should be to bb->global_live_at_end.


r~

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