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

From-SVN: r77480
This commit is contained in:
Jan Hubicka 2004-02-08 10:40:17 +01:00 committed by Jan Hubicka
parent ed6814f7b3
commit ec1dbfca7d
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
* function.c (assign_parms): Fix formatting.

View File

@ -579,7 +579,6 @@ schedule_ebbs (FILE *dump_file)
current_sched_info = &ebb_sched_info;
allocate_reg_life_data ();
compute_bb_for_insn ();
/* Schedule every region in the subroutine. */