diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-03-25 19:04:54 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-03-25 19:04:54 +0000 |
commit | 15505051013e2c7152d1b96c4ad608a8caf61b1e (patch) | |
tree | 36eee09f83ba2bdbdc02a18426d7b739a12e358b /gcc/combine.c | |
parent | 18edc861b81e577f179f75a95ac4e122ef35c218 (diff) | |
download | ppe42-gcc-15505051013e2c7152d1b96c4ad608a8caf61b1e.tar.gz ppe42-gcc-15505051013e2c7152d1b96c4ad608a8caf61b1e.zip |
Fix typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13792 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |