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

r175349 - in /branches/lra/gcc: ChangeLog lra-i...


Author: vmakarov
Date: Thu Jun 23 19:31:08 2011
New Revision: 175349

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175349
Log:
2011-06-23  Vladimir Makarov  <vmakarov@redhat.com>

	* lra-int.h (struct lra_bb_info, lra_bb_info): Remove.

	* lra.c (lra_bb_info, init_bb_info, finish_bb_info): Remove.
	(lra): Remove calls of init_bb_info and finish_bb_info.

	* lra-lives.c (live_regs): Remove.
	(make_hard_regno_born, make_pseudo_live, make_pseudo_dead): Don't
	update live_regs.
	(process_bb_lives): Ditto.  Don't set up lra_bb_info.
	(lra_create_live_ranges): Don't initialize/finalize live_regs.


Modified:
    branches/lra/gcc/ChangeLog
    branches/lra/gcc/lra-int.h
    branches/lra/gcc/lra-lives.c
    branches/lra/gcc/lra.c


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