summaryrefslogtreecommitdiff
path: root/gcc/regclass.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-08-12 23:40:53 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-08-12 23:40:53 +0000
commitdc297297ea56b13efad4bcddab5359fae7d819c1 (patch)
treef8425171fd5a2b92510be46813648f3e6a1d9f61 /gcc/regclass.c
parentf0d1c3bd39e6379bf2c1b53071c62baeabeb2174 (diff)
downloadgcc-dc297297ea56b13efad4bcddab5359fae7d819c1.tar.gz
gcc.c: Fix comment formatting.
* gcc.c: Fix comment formatting. * gccspec.c: Likewise. * gcov.c: Likewise. * gcse.c: Likewise. * genemit.c: Likewise. * gengenrtl.c: Likewise. * genrecog.c: Likewise. * gensupport.c: Likewise. * ggc-page.c: Likewise. * global.c: Likewise. * graph.c: Likewise. * ifcvt.c: Likewise. * integrate.c: Likewise. * lcm.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * mbchar.c: Likewise. * optabs.c: Likewise. * predict.c: Likewise. * prefix.c: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * real.c: Likewise. * recog.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * reg-stack.c: Likewise. * reload1.c: Likewise. * resource.c: Likewise. * rtlanal.c: Likewise. * rtl.c: Likewise. From-SVN: r44837
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r--gcc/regclass.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c
index b8f1b54a76c..021756a68e9 100644
--- a/gcc/regclass.c
+++ b/gcc/regclass.c
@@ -265,7 +265,7 @@ struct reg_info_data {
static struct reg_info_data *reg_info_head;
/* No more global register variables may be declared; true once
- regclass has been initialized. */
+ regclass has been initialized. */
static int no_global_reg_vars = 0;
@@ -633,7 +633,7 @@ memory_move_secondary_cost (mode, class, in)
enum reg_class altclass;
int partial_cost = 0;
/* We need a memory reference to feed to SECONDARY... macros. */
- /* mem may be unused even if the SECONDARY_ macros are defined. */
+ /* mem may be unused even if the SECONDARY_ macros are defined. */
rtx mem ATTRIBUTE_UNUSED = top_of_stack[(int) mode];
@@ -848,7 +848,7 @@ static struct costs init_cost;
static struct reg_pref *reg_pref;
-/* Allocated buffers for reg_pref. */
+/* Allocated buffers for reg_pref. */
static struct reg_pref *reg_pref_buffer;
@@ -908,7 +908,7 @@ regclass_init ()
before regclass is run. */
reg_pref = NULL;
- /* No more global register variables may be declared. */
+ /* No more global register variables may be declared. */
no_global_reg_vars = 1;
}