summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-18 22:32:06 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-18 22:32:06 +0000
commit6a8fa8e205f8fe0782f011cab7010e4c41fa1b11 (patch)
tree425ca14b83df83fc9ec4077dae150050d77bb259 /gcc/haifa-sched.c
parent4f9026a9b0a68137c21132b26e7c6ee69738d56b (diff)
downloadgcc-6a8fa8e205f8fe0782f011cab7010e4c41fa1b11.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61478 138bc75d-0d04-0410-961f-82ee72b054a4
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);