diff options
author | Volker Reichelt <reichelt@igpm.rwth-aachen.de> | 2006-01-02 17:28:54 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2006-01-02 17:28:54 +0000 |
commit | 56f42830e2eefc2b7a7f9396cd38adf4947fefe5 (patch) | |
tree | 8bbb54e16c42a9cc8cdcea81293e09bcf2d805fa /gcc/config/h8300 | |
parent | 56bbd9d6aa0374c942f843ab796bbcf7eab6e39d (diff) | |
download | gcc-56f42830e2eefc2b7a7f9396cd38adf4947fefe5.zip gcc-56f42830e2eefc2b7a7f9396cd38adf4947fefe5.tar.gz gcc-56f42830e2eefc2b7a7f9396cd38adf4947fefe5.tar.bz2 |
arm.c (all_fpus): Fix comment typo.
* 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.
From-SVN: r109238
Diffstat (limited to 'gcc/config/h8300')
-rw-r--r-- | gcc/config/h8300/h8300.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 6f71dc9..65fea7e 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -2775,7 +2775,7 @@ [(set_attr "length" "8,12")]) ;; The following pattern is needed because without the pattern, the -;; combiner would split (sign_extend:SI (reg:QI)) into into two 24-bit +;; combiner would split (sign_extend:SI (reg:QI)) into two 24-bit ;; shifts, one ashift and one ashiftrt. (define_insn_and_split "*extendqisi2_h8300hs" |