(assign_stack_temp): Always initialize p->rtl_expr.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 11 Nov 1994 23:55:49 +0000 (18:55 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 11 Nov 1994 23:55:49 +0000 (18:55 -0500)
From-SVN: r8429

gcc/function.c

index 688fd3a3104c2030b5997a8e57f1d11ff7e6fce6..844af836f6350e45d0a2f03478adc2a1b29aa415 100644 (file)
@@ -839,6 +839,7 @@ assign_stack_temp (mode, size, keep)
                                 plus_constant (XEXP (best_p->slot, 0),
                                                rounded_size));
              p->address = 0;
+             p->rtl_expr = 0;
              p->next = temp_slots;
              temp_slots = p;