diff options
author | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-02 17:28:54 +0000 |
---|---|---|
committer | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-02 17:28:54 +0000 |
commit | cb4213cd131a12838f87d29abdf406bb86f76ea6 (patch) | |
tree | 8bbb54e16c42a9cc8cdcea81293e09bcf2d805fa /gcc/config/m68hc11 | |
parent | c91d0d7d56977943505f32481d2f9389bfdafe53 (diff) | |
download | gcc-cb4213cd131a12838f87d29abdf406bb86f76ea6.tar.gz |
* config/arm/arm.c (all_fpus): Fix comment typo.
* config/darwin.c: Likewise.
* config/frv/frv.h (FRV_STRUCT_VALUE_REGNUM): Likewise.
* config/h8300/h8300.md (extendqisi2_h8300hs): Likewise.
* config/m68hc11/m68hc11.c (m68hc11_reload_operands): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109238 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68hc11')
-rw-r--r-- | gcc/config/m68hc11/m68hc11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68hc11/m68hc11.c b/gcc/config/m68hc11/m68hc11.c index 473999b9ccf..2a0c725f1c5 100644 --- a/gcc/config/m68hc11/m68hc11.c +++ b/gcc/config/m68hc11/m68hc11.c @@ -822,7 +822,7 @@ m68hc11_reload_operands (rtx operands[]) } /* If the offset is out of range, we have to compute the address - with a separate add instruction. We try to do with with an 8-bit + with a separate add instruction. We try to do this with an 8-bit add on the A register. This is possible only if the lowest part of the offset (i.e., big_offset % 256) is a valid constant offset with respect to the mode. If it's not, we have to generate a |