From-SVN: r204759
This commit is contained in:
Steven Bosscher 2013-11-13 22:58:03 +00:00
parent d7b6661b55
commit 98eaa66fa5
1 changed files with 1 additions and 1 deletions

View File

@ -8619,7 +8619,7 @@ ready_remove_first_dispatch (struct ready_list *ready)
{
insn = ready_element (ready, i);
if (! INSN_P (insn)
if (!INSN_P (insn)
|| INSN_CODE (insn) < 0
|| !active_insn_p (insn))
continue;