From 4d1da12a32cf622224bb30a3f85131e10c842402 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 23 Mar 2003 14:32:47 +0000 Subject: [PATCH] * config/h8300/h8300.md: Fix comment typos. From-SVN: r64747 --- gcc/ChangeLog | 4 ++++ gcc/config/h8300/h8300.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e8b98534879..25fa673afc5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-03-23 Kazu Hirata + + * config/h8300/h8300.md: Fix comment typos. + 2003-03-22 John David Anglin * pa.c (output_cbranch): Fix typo in comment. diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 54994211a00..883fa5c3e2d 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 -- 2.30.2