diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-05-06 15:09:07 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-05-06 15:09:07 -0600 |
commit | 38e012594edc0e7783e3e6d91960c91469df4164 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/sched.c | |
parent | f103890ba552cf55c0aa79d35968db46785a94d0 (diff) | |
download | gcc-38e012594edc0e7783e3e6d91960c91469df4164.zip gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.gz gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.bz2 |
typo typo fixes fixes
From-SVN: r19601
Diffstat (limited to 'gcc/sched.c')
-rw-r--r-- | gcc/sched.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sched.c b/gcc/sched.c index 635dceb..a51d128 100644 --- a/gcc/sched.c +++ b/gcc/sched.c @@ -264,7 +264,7 @@ static rtx dead_notes; The transition (R->S) is implemented in the scheduling loop in `schedule_block' when the best insn to schedule is chosen. The transition (R->Q) is implemented in `schedule_select' when an - insn is found to to have a function unit conflict with the already + insn is found to have a function unit conflict with the already committed insns. The transitions (P->R and P->Q) are implemented in `schedule_insn' as insns move from the ready list to the scheduled list. @@ -1683,7 +1683,7 @@ sched_analyze (head, tail) /* Add a pair of fake REG_NOTEs which we will later convert back into a NOTE_INSN_SETJMP note. See - reemit_notes for why we use a pair of of NOTEs. */ + reemit_notes for why we use a pair of NOTEs. */ REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_DEAD, GEN_INT (0), |