diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-12 17:31:41 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-12 17:31:41 +0000 |
commit | e34bb0042e9e21528d06f9be8d84b5f71ae3f5df (patch) | |
tree | 7083fc91f0a19acf36e3a7ddee0c0c65b45d3990 /gcc/cselib.c | |
parent | c2a68741db99a163cad6bf5a5f4c3fda8760df5f (diff) | |
download | gcc-e34bb0042e9e21528d06f9be8d84b5f71ae3f5df.zip gcc-e34bb0042e9e21528d06f9be8d84b5f71ae3f5df.tar.gz gcc-e34bb0042e9e21528d06f9be8d84b5f71ae3f5df.tar.bz2 |
cselib.c: Fix comment formatting.
* cselib.c: Fix comment formatting.
* gengtype.c: Likewise.
From-SVN: r57076
Diffstat (limited to 'gcc/cselib.c')
-rw-r--r-- | gcc/cselib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cselib.c b/gcc/cselib.c index d9b6ee1..18e3a4a 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 |