aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@codesourcery.com>2010-06-24 23:25:23 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2010-06-24 23:25:23 +0000
commitdd2e0807ccfe17c27241b50beb016a6acf538fec (patch)
tree1e631e398ed40b04873a8b05d76fe41c28e6a236
parent8850383b101581eb452ac9d6e9d1c32e04d412eb (diff)
downloadgcc-dd2e0807ccfe17c27241b50beb016a6acf538fec.zip
gcc-dd2e0807ccfe17c27241b50beb016a6acf538fec.tar.gz
gcc-dd2e0807ccfe17c27241b50beb016a6acf538fec.tar.bz2
* ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
From-SVN: r161345
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/ira.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d036392..969a292 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-25 Bernd Schmidt <bernds@codesourcery.com>
+
+ * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
+
2010-06-24 Richard Earnshaw <rearnsha@arm.com>
* thumb2.md (thumb2_tlobits_cbranch): Delete.
diff --git a/gcc/ira.c b/gcc/ira.c
index 83a4358..a2e8c38 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;