| Submitter | Bernd Schmidt |
|---|---|
| Date | June 18, 2010, 2:04 p.m. |
| Message ID | <4C1B7CE5.4090802@codesourcery.com> |
| Download | mbox | patch |
| Permalink | /patch/56183/ |
| State | New |
| Headers | show |
Comments
On 06/18/10 08:04, Bernd Schmidt wrote: > Delete a few variables that are never used - there are static versions in > a different file. > > * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete. OK Jeff
Patch
Index: gcc/ira.c =================================================================== --- gcc.orig/ira.c +++ 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;