* ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.

From-SVN: r161345
This commit is contained in:
Bernd Schmidt 2010-06-24 23:25:23 +00:00 committed by Bernd Schmidt
parent 8850383b10
commit dd2e0807cc
2 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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;