* sched-deps.c (sched_analyze_insn): Fix typo in comment.

From-SVN: r196253
This commit is contained in:
Andrey Belevantsev 2013-02-25 12:54:36 +04:00 committed by Andrey Belevantsev
parent f45e90535d
commit ed358aeac7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-02-25 Andrey Belevantsev <abel@ispras.ru>
* sched-deps.c (sched_analyze_insn): Fix typo in comment.
2013-02-25 Andrey Belevantsev <abel@ispras.ru>
Alexander Monakov <amonakov@ispras.ru>

View File

@ -3317,7 +3317,7 @@ sched_analyze_insn (struct deps_desc *deps, rtx x, rtx insn)
SET_REGNO_REG_SET (&deps->reg_last_in_use, i);
}
/* Don't flush pending lists on speculative checks and for
/* Don't flush pending lists on speculative checks for
selective scheduling. */
if (!sel_sched_p () || !sel_insn_is_speculation_check (insn))
flush_pending_lists (deps, insn, true, true);