From dd605bb4ac21eda2bba69bb46cca0ed40c86a8e7 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 24 Jun 1992 04:16:12 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1266 --- gcc/config/pa/pa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.30.2