summaryrefslogtreecommitdiff
path: root/gcc/cselib.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-09-12 17:31:41 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-09-12 17:31:41 +0000
commit102502d49c1ebe73f8336087af3aa50cc3ff9cb7 (patch)
tree7083fc91f0a19acf36e3a7ddee0c0c65b45d3990 /gcc/cselib.c
parentfb776f7c289650d8e6c7a19a0b66dd90c3a80802 (diff)
downloadgcc-102502d49c1ebe73f8336087af3aa50cc3ff9cb7.tar.gz
* cselib.c: Fix comment formatting.
* gengtype.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57076 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cselib.c')
-rw-r--r--gcc/cselib.c2
1 files changed, 1 insertions, 1 deletions
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