From: Richard Stallman Date: Sun, 18 Oct 1992 19:13:01 +0000 (+0000) Subject: (store_field): Typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9074de27ac14b0d9c07cdafe31296ea072b1b464;p=gcc.git (store_field): Typo in last change. From-SVN: r2510 --- diff --git a/gcc/expr.c b/gcc/expr.c index db911c87acb..6808c9b90ce 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -2703,7 +2703,7 @@ store_field (target, bitsize, bitpos, mode, exp, value_mode, if (width_mask != 0 && ! (GET_CODE (target) == MEM && MEM_VOLATILE_P (target))) { - rtx count; + tree count; enum machine_mode tmode; if (unsignedp) return expand_and (temp, GEN_INT (width_mask), NULL_RTX);