* sched-deps.c (sched_analyze_insn): Fix typo in comment.
authorAndrey Belevantsev <abel@ispras.ru>
Mon, 25 Feb 2013 08:54:36 +0000 (12:54 +0400)
committerAndrey Belevantsev <abel@gcc.gnu.org>
Mon, 25 Feb 2013 08:54:36 +0000 (12:54 +0400)
From-SVN: r196253

gcc/ChangeLog
gcc/sched-deps.c

index 999a6bd83725cc961ec224eff314326b89afaa7a..bd45ec4543ee187be191bb97a20397784faa5c30 100644 (file)
@@ -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>
 
index da4b87910e587e1be2ee624748bea5b65000777e..be6e7bb951429984dcc6b385bf22cd395a33f682 100644 (file)
@@ -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);