(store_field): Typo in last change.
authorRichard Stallman <rms@gnu.org>
Sun, 18 Oct 1992 19:13:01 +0000 (19:13 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 18 Oct 1992 19:13:01 +0000 (19:13 +0000)
From-SVN: r2510

gcc/expr.c

index db911c87acb6c27cb4193b8208141a31c8a4b191..6808c9b90ce1f30b4c7662dab9808e248dd97498 100644 (file)
@@ -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);