diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-24 04:16:12 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-24 04:16:12 +0000 |
commit | dd605bb4ac21eda2bba69bb46cca0ed40c86a8e7 (patch) | |
tree | 59e5583be1d01b128a0febae409468642abd1fc8 | |
parent | c6e7f2fae020064048e6ab63b296524f199b46e7 (diff) | |
download | gcc-dd605bb4ac21eda2bba69bb46cca0ed40c86a8e7.zip gcc-dd605bb4ac21eda2bba69bb46cca0ed40c86a8e7.tar.gz gcc-dd605bb4ac21eda2bba69bb46cca0ed40c86a8e7.tar.bz2 |
*** empty log message ***
From-SVN: r1266
-rw-r--r-- | gcc/config/pa/pa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 1d0a3c5..88db91c 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"; |