Vladimir Makarov <vmaka...@redhat.com> writes: > The following patch implements Richard's proposals from lra-lives.c review. > > The patch was successfully bootstrapped and tested on x86/x86-64. > > Committed as rev. 192326. > > 2012-10-10 Vladimir Makarov <vmaka...@redhat.com> > > * lra-int.h (lra_live_range_in_p): Remove. > * lra-lives.c (lra_copy_live_range_list): Simplify the code. > (lra_merge_live_ranges): Remove unnecessary code. > Add comments and assert. > (lra_live_range_in_p): Remove. > (make_hard_regno_dead): Move assert above.
Thanks, looks good. Richard