From 7545a055c62257586d161a0d0b9d3ed8b244a67c Mon Sep 17 00:00:00 2001 From: bernds Date: Thu, 24 Jun 2010 23:25:23 +0000 Subject: [PATCH] * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161345 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/ira.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d036392b74e..969a2924d19 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-06-25 Bernd Schmidt + + * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete. + 2010-06-24 Richard Earnshaw * thumb2.md (thumb2_tlobits_cbranch): Delete. diff --git a/gcc/ira.c b/gcc/ira.c index 83a4358e4eb..a2e8c384e2b 100644 --- a/gcc/ira.c +++ b/gcc/ira.c @@ -331,9 +331,6 @@ int internal_flag_ira_verbose; /* Dump file of the allocator if it is not NULL. */ FILE *ira_dump_file; -/* Pools for allocnos, copies, allocno live ranges. */ -alloc_pool allocno_pool, copy_pool, allocno_live_range_pool; - /* The number of elements in the following array. */ int ira_spilled_reg_stack_slots_num; -- 2.11.4.GIT