diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-03-23 14:32:47 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-03-23 14:32:47 +0000 |
commit | 4d1da12a32cf622224bb30a3f85131e10c842402 (patch) | |
tree | 33ff418a3d43d428e6ee1581e1a7b5540b3ce9c7 | |
parent | 9f2e060862c74c08d3468799e4070b98d9432da0 (diff) | |
download | gcc-4d1da12a32cf622224bb30a3f85131e10c842402.zip gcc-4d1da12a32cf622224bb30a3f85131e10c842402.tar.gz gcc-4d1da12a32cf622224bb30a3f85131e10c842402.tar.bz2 |
* config/h8300/h8300.md: Fix comment typos.
From-SVN: r64747
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/h8300/h8300.md | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e8b9853..25fa673 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-03-23 Kazu Hirata <kazu@cs.umass.edu> + + * config/h8300/h8300.md: Fix comment typos. + 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * pa.c (output_cbranch): Fix typo in comment. diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 5499421..883fa5c 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -3847,8 +3847,8 @@ ;; ;; dead -131072 eq/ne inc.w and test ;; dead -65536 eq/ne inc.w and test -;; dead 65536 eq/ne inc.w and test -;; dead 131072 eq/ne inc.w and test +;; dead 65536 eq/ne dec.w and test +;; dead 131072 eq/ne dec.w and test ;; ;; dead 0x000000?? except 1 and 2 eq/ne xor.b and test ;; dead 0x0000??00 eq/ne xor.b and test |