*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Wed, 24 Jun 1992 04:16:12 +0000 (04:16 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 24 Jun 1992 04:16:12 +0000 (04:16 +0000)
From-SVN: r1266

gcc/config/pa/pa.c

index 1d0a3c5838d44d7e315d23b9fabef25e63aeb2e9..88db91ce41fcebd16a354e8f3b8582f46eaa8e5b 100644 (file)
@@ -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";