From: Steven Bosscher Date: Wed, 13 Nov 2013 22:58:03 +0000 (+0000) Subject: typo fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98eaa66fa50a5ea0110f78f7f15cbdfc1905ffd9;p=gcc.git typo fix From-SVN: r204759 --- diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 5edf57496b5..aa3ffe3be30 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -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;