summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-01-18 22:32:06 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-01-18 22:32:06 +0000
commit32dd366d5eb66118ffa3d59e4cc43df8c1452d18 (patch)
tree425ca14b83df83fc9ec4077dae150050d77bb259 /gcc/haifa-sched.c
parent634661fe5a3f091d6c4b15527ddc7cfc3e448469 (diff)
downloadgcc-32dd366d5eb66118ffa3d59e4cc43df8c1452d18.tar.gz
basic-block.h: Fix comment formatting.
* basic-block.h: Fix comment formatting. * calls.c: Likewise. * combine.c: Likewise. * convert.c: Likewise. * gcov.c: Likewise. * haifa-sched.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * profile.c: Likewise. * system.h: Likewise. From-SVN: r61478
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index c6b2aab4935..c5b53cffd54 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -1543,7 +1543,7 @@ rm_other_notes (head, tail)
/* This function looks for a new register being defined.
If the destination register is already used by the source,
- a new register is not needed. */
+ a new register is not needed. */
static int
find_set_reg_weight (x)
@@ -2263,7 +2263,7 @@ schedule_block (b, rgn_n_insns)
/* Sort the ready list based on priority. This must be
redone here, as schedule_insn may have readied additional
- insns that will not be sorted correctly. */
+ insns that will not be sorted correctly. */
if (ready.n_ready > 0)
ready_sort (&ready);