Commit ec1dbfca by Jan Hubicka Committed by Jan Hubicka

* schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.

From-SVN: r77480
parent ed6814f7
2004-02-08 Jan Hubicka <jh@suse.cz>
* schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.
2004-02-07 David Edelsohn <edelsohn@gnu.org> 2004-02-07 David Edelsohn <edelsohn@gnu.org>
* function.c (assign_parms): Fix formatting. * function.c (assign_parms): Fix formatting.
......
...@@ -579,7 +579,6 @@ schedule_ebbs (FILE *dump_file) ...@@ -579,7 +579,6 @@ schedule_ebbs (FILE *dump_file)
current_sched_info = &ebb_sched_info; current_sched_info = &ebb_sched_info;
allocate_reg_life_data ();
compute_bb_for_insn (); compute_bb_for_insn ();
/* Schedule every region in the subroutine. */ /* Schedule every region in the subroutine. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment