From: Kazu Hirata Date: Fri, 28 Nov 2003 05:39:20 +0000 (+0000) Subject: * config/h8300/h8300.md: Fix a comment typo. X-Git-Tag: releases/gcc-3.4.0~2048 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8207738db2c03ecc1bfad01d8f8eadb550b04f4c;p=thirdparty%2Fgcc.git * config/h8300/h8300.md: Fix a comment typo. From-SVN: r74015 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 893daf2153b2..1fecf91eeb28 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index f4263aeeab5b..5a9d6ad50791 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.