* schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.
From-SVN: r77480
This commit is contained in:
parent
ed6814f7b3
commit
ec1dbfca7d
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user