projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c3631e
)
Fix typo in comment.
author
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 25 Mar 1997 19:04:54 +0000
(14:04 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 25 Mar 1997 19:04:54 +0000
(14:04 -0500)
From-SVN: r13792
gcc/combine.c
patch
|
blob
|
history
diff --git
a/gcc/combine.c
b/gcc/combine.c
index 2832871c963982ead1d09032f82cd447c345cf31..df6a3228242abc194b18080454456f50cf97f073 100644
(file)
--- 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)