mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 00:50:48 +08:00
* sched-deps.c (sched_analyze_insn): Fix typo in comment.
From-SVN: r196253
This commit is contained in:
parent
f45e90535d
commit
ed358aeac7
@ -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>
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user