diff options
Diffstat (limited to 'gcc/config/cris/cris.c')
-rw-r--r-- | gcc/config/cris/cris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/cris/cris.c b/gcc/config/cris/cris.c index 86795af91ff..a975f0b8509 100644 --- a/gcc/config/cris/cris.c +++ b/gcc/config/cris/cris.c @@ -2947,7 +2947,7 @@ cris_split_movdx (rtx *operands) int reverse = (refers_to_regno_p (dregno, dregno + 1, addr, NULL) != 0); - /* The original code imples that we can't do + /* The original code implies that we can't do move.x [rN+],rM move.x [rN],rM+1 when rN is dead, because of REG_NOTES damage. That is consistent with what I've seen, so don't try it. |