From 32dd366d5eb66118ffa3d59e4cc43df8c1452d18 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 18 Jan 2003 22:32:06 +0000 Subject: 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 --- gcc/haifa-sched.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/haifa-sched.c') diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index c6b2aab..c5b53cf 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); -- cgit v1.1