aboutsummaryrefslogtreecommitdiff
path: root/gcc/regclass.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-10-27 14:47:55 +0000
committerKazu Hirata <kazu@cs.umass.edu>2002-10-27 14:47:55 +0000
commit288c0739ebfc55050019eaff6e5c641121f3d2a4 (patch)
tree64a1566fa3db7d5ae984e75042d42c81d8226d00 /gcc/regclass.c
parent01d8fbd972701f4f9d949b291fcac11edc1ea5db (diff)
* combine.c: Fix comment formatting.
* loop.c: Likewise. * real.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * regrename.c: Likewise. * reg-stack.c: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * reload.h: Likewise. * unroll.c: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@58583 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r--gcc/regclass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c
index e229826d7fc..28c2a6f1081 100644
--- a/gcc/regclass.c
+++ b/gcc/regclass.c
@@ -292,7 +292,7 @@ init_reg_sets ()
memcpy (call_used_regs, initial_call_used_regs, sizeof call_used_regs);
memset (global_regs, 0, sizeof global_regs);
- /* Do any additional initialization regsets may need */
+ /* Do any additional initialization regsets may need. */
INIT_ONCE_REG_SET ();
#ifdef REG_ALLOC_ORDER
@@ -2296,7 +2296,7 @@ allocate_reg_info (num_regs, new_p, renumber_p)
if (renumber_p)
reg_renumber = renumber;
- /* Tell the regset code about the new number of registers */
+ /* Tell the regset code about the new number of registers. */
MAX_REGNO_REG_SET (num_regs, new_p, renumber_p);
}