mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 23:59:26 +08:00
cselib.c: Fix comment formatting.
* cselib.c: Fix comment formatting. * gengtype.c: Likewise. From-SVN: r57076
This commit is contained in:
parent
c2a68741db
commit
e34bb0042e
@ -1,3 +1,8 @@
|
||||
2002-09-12 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* cselib.c: Fix comment formatting.
|
||||
* gengtype.c: Likewise.
|
||||
|
||||
2002-09-12 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/h8300.md (udivmodqi4): Do not use an expander.
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user