rtl.h
60.3 KB
-
regclass.c (renumber, [...]): New static variables, moved out of allocate_reg_info. · ed396e68
* regclass.c (renumber, regno_allocated): New static variables, moved out of allocate_reg_info. (allocate_reg_info): Move these two variables outside the function. Move code to free memory into new function free_reg_info. (free_reg_info): New function, broken out of allocate_reg_info. * toplev.c (compile_file): Call free_reg_info, not allocate_reg_info. * rtl.h (allocate_reg_info): Don't declare. (free_reg_info): Declare. From-SVN: r23397
Bernd Schmidt committed