Fix typo in comment.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 25 Mar 1997 19:04:54 +0000 (14:04 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 25 Mar 1997 19:04:54 +0000 (14:04 -0500)
From-SVN: r13792

gcc/combine.c

index 2832871c963982ead1d09032f82cd447c345cf31..df6a3228242abc194b18080454456f50cf97f073 100644 (file)
@@ -3396,7 +3396,7 @@ simplify_rtx (x, op0_mode, last, in_dest)
         take the low bits.  On a little-endian machine, that's
         always valid.  On a big-endian machine, it's valid
         only if the constant's mode fits in one word.   Note that we
-        cannot use subreg_lowpart_p since we SUBREG_REG may be VOIDmode.  */
+        cannot use subreg_lowpart_p since SUBREG_REG may be VOIDmode.  */
       if (CONSTANT_P (SUBREG_REG (x))
          && ((GET_MODE_SIZE (op0_mode) <= UNITS_PER_WORD
              || ! WORDS_BIG_ENDIAN)