diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-27 14:47:55 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-27 14:47:55 +0000 |
commit | 45498ea14d2f4cf09b4db9acbd3d73585f5dffb4 (patch) | |
tree | 64a1566fa3db7d5ae984e75042d42c81d8226d00 /gcc/regclass.c | |
parent | 8c2e6a918f58eb29f43fcdf736dfab484d4e4d9d (diff) | |
download | gcc-45498ea14d2f4cf09b4db9acbd3d73585f5dffb4.tar.gz |
* 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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58583 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r-- | gcc/regclass.c | 4 |
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); } |