aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira.c
diff options
context:
space:
mode:
authorbernds <>2010-06-24 22:25:23 +0000
committerbernds <>2010-06-24 22:25:23 +0000
commitbe4535f9ecbc13783c293a67c8461a610a7bd176 (patch)
tree1e631e398ed40b04873a8b05d76fe41c28e6a236 /gcc/ira.c
parentd79ab5683bef6cc6348c159514fbe4af5fb9fba7 (diff)
* ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
Diffstat (limited to 'gcc/ira.c')
-rw-r--r--gcc/ira.c3
1 files changed, 0 insertions, 3 deletions
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;