From: Andrew Pinski Date: Mon, 11 Oct 2004 18:32:40 +0000 (-0700) Subject: re PR middle-end/16266 (gcc.dg/c99-intconst-1.c compilation is very slow) X-Git-Tag: releases/gcc-4.0.0~4128 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c94b5e7fb5a8b1284e44a6edee6ad35635a0188f;p=thirdparty%2Fgcc.git re PR middle-end/16266 (gcc.dg/c99-intconst-1.c compilation is very slow) 2004-10-11 Andrew Pinski * config/s390/s390.c (s390_trampoline_template): Generate shorter diff --git a/gcc/function.c b/gcc/function.c index f583d29b969c..a8bd0f5b5fd9 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -533,7 +533,6 @@ insert_slot_to_list (struct temp_slot *temp, struct temp_slot **list) static struct temp_slot ** temp_slots_at_level (int level) { - level++; if (!used_temp_slots) VARRAY_GENERIC_PTR_INIT (used_temp_slots, 3, "used_temp_slots");