From 8207738db2c03ecc1bfad01d8f8eadb550b04f4c Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 28 Nov 2003 05:39:20 +0000 Subject: * config/h8300/h8300.md: Fix a comment typo. From-SVN: r74015 --- gcc/ChangeLog | 4 ++++ gcc/config/h8300/h8300.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') 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 + * config/h8300/h8300.md: Fix a comment typo. + +2003-11-28 Kazu Hirata + * 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. -- cgit v1.1