(assign_stack_temp): When allocate a slot too large,
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 31 Aug 1993 20:30:12 +0000 (13:30 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 31 Aug 1993 20:30:12 +0000 (13:30 -0700)
commita45035b6ed1dacd448413747b09991e4c58e5e9d
tree09d6044f42491568c72952db3c14f8e4f91a5118
parent9d7877e3c8510fddcefe25d72fdf913016634c19
(assign_stack_temp): When allocate a slot too large,

split extra off into a slot of its own.
(combine_temp_slots): New function.
(free_temp_slots, pop_temp_slots): Call combine_temp_slots.

From-SVN: r5232
gcc/function.c