]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
typo fix
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 13 Nov 2013 22:58:03 +0000 (22:58 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 13 Nov 2013 22:58:03 +0000 (22:58 +0000)
From-SVN: r204759

gcc/haifa-sched.c

index 5edf57496b520a7b87f9f9856e75e71fc34c3467..aa3ffe3be30c5ab1bf91cfc3956643d035b81988 100644 (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;