diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/h8300/h8300.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 893daf2..1fecf91 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2003-11-28 Kazu Hirata <kazu@cs.umass.edu> + * config/h8300/h8300.md: Fix a comment typo. + +2003-11-28 Kazu Hirata <kazu@cs.umass.edu> + * config/h8300/h8300.md (*movsf_h8300h): Change to *movsf_h8300hs. (addsi_h8300): Change to *addsi_h8300. diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index f4263ae..5a9d6ad 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -4500,7 +4500,7 @@ ;; dead 127 geu/ltu and.b and test ;; dead 255 geu/ltu and.b and test ;; -;; dead 65535 geu/ltu mov.w +;; ---- 65535 geu/ltu mov.w ;; For a small constant, it is cheaper to actually do the subtraction ;; and then test the register. |
