summaryrefslogtreecommitdiffstats
path: root/gcc/sched-ebb.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-08 09:40:17 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-08 09:40:17 +0000
commit091b0542f0889960e08f2760f43cb25288f96d6a (patch)
tree694904fd8b647827084f8929b524267abac84822 /gcc/sched-ebb.c
parentbae9b8afd8b485fdaf08c319d7380a748c7eb498 (diff)
downloadppe42-gcc-091b0542f0889960e08f2760f43cb25288f96d6a.tar.gz
ppe42-gcc-091b0542f0889960e08f2760f43cb25288f96d6a.zip
* schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77480 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-ebb.c')
-rw-r--r--gcc/sched-ebb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/sched-ebb.c b/gcc/sched-ebb.c
index c95bb4537e6..07ba36fa7d7 100644
--- a/gcc/sched-ebb.c
+++ b/gcc/sched-ebb.c
@@ -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. */
OpenPOWER on IntegriCloud