From e34bb0042e9e21528d06f9be8d84b5f71ae3f5df Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 12 Sep 2002 17:31:41 +0000 Subject: [PATCH] cselib.c: Fix comment formatting. * cselib.c: Fix comment formatting. * gengtype.c: Likewise. From-SVN: r57076 --- gcc/ChangeLog | 5 +++++ gcc/cselib.c | 2 +- gcc/gengtype.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c853fed28e0..6c59a20b820 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-09-12 Kazu Hirata + + * cselib.c: Fix comment formatting. + * gengtype.c: Likewise. + 2002-09-12 Kazu Hirata * config/h8300/h8300.md (udivmodqi4): Do not use an expander. diff --git a/gcc/cselib.c b/gcc/cselib.c index d9b6ee14e56..18e3a4adb74 100644 --- a/gcc/cselib.c +++ b/gcc/cselib.c @@ -105,7 +105,7 @@ static GTY((deletable (""))) varray_type reg_values_old; #define REG_VALUES(I) VARRAY_ELT_LIST (reg_values, (I)) /* The largest number of hard regs used by any entry added to the - REG_VALUES table. Cleared on each clear_table() invocation. */ + REG_VALUES table. Cleared on each clear_table() invocation. */ static unsigned int max_value_regs; /* Here the set of indices I with REG_VALUES(I) != 0 is saved. This is used diff --git a/gcc/gengtype.c b/gcc/gengtype.c index ac6e2fff1f6..f180a1fd41e 100644 --- a/gcc/gengtype.c +++ b/gcc/gengtype.c @@ -118,7 +118,7 @@ do_typedef (s, t, pos) typedefs = p; } -/* Return the type previously defined for S. Use POS to report errors. */ +/* Return the type previously defined for S. Use POS to report errors. */ type_p resolve_typedef (s, pos)