From: Richard Stallman Date: Wed, 24 Jun 1992 04:16:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd605bb4ac21eda2bba69bb46cca0ed40c86a8e7;p=gcc.git *** empty log message *** From-SVN: r1266 --- diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 1d0a3c5838d..88db91ce41f 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -743,7 +743,7 @@ output_move_double (operands) if (!reg_overlap_mentioned_p (high_reg, addr)) { /* No overlap between high target register and address - register. (We do this in an non-obious way to + register. (We do this in a non-obvious way to save a register file writeback) */ if (GET_CODE (addr) == POST_INC) return "ldws,ma 8(0,%1),%0\n\tldw -4(0,%1),%R0"; @@ -770,7 +770,7 @@ output_move_double (operands) if (!reg_overlap_mentioned_p (high_reg, addr)) { /* No overlap between high target register and address - register. (We do this in an non-obious way to + register. (We do this in a non-obvious way to save a register file writeback) */ if (GET_CODE (addr) == PRE_INC) return "ldws,mb 8(0,%1),%0\n\tldw 4(0,%1),%R0";