From: Steven Bosscher Date: Wed, 13 Nov 2013 22:58:03 +0000 (+0000) Subject: typo fix X-Git-Tag: releases/gcc-4.9.0~2831 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98eaa66fa50a5ea0110f78f7f15cbdfc1905ffd9;p=thirdparty%2Fgcc.git typo fix From-SVN: r204759 --- diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 5edf57496b52..aa3ffe3be30c 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;