From 61b1bece8e0f78134f1a031b755b4d61a4e1d30f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 25 Mar 1997 14:04:54 -0500 Subject: [PATCH] Fix typo in comment. From-SVN: r13792 --- gcc/combine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/combine.c b/gcc/combine.c index 2832871c963..df6a3228242 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -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) -- 2.30.2