* config/h8300/h8300.c: Fix a comment typo.

From-SVN: r68646
This commit is contained in:
Kazu Hirata 2003-06-28 19:15:57 +00:00 committed by Kazu Hirata
parent cead95c241
commit 19cff4db3f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c: Fix a comment typo.
2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
* c-parse.in (yylexstring): Use a location_t.

View File

@ -4470,7 +4470,7 @@ byte_accesses_mergeable_p (rtx addr1, rtx addr2)
}
/* Return nonzero if we have the same comparison insn as I3 two insns
before I3. I3 is assumed to be a comparision insn. */
before I3. I3 is assumed to be a comparison insn. */
int
same_cmp_preceding_p (rtx i3)