Fix typo.
authorJeff Law <law@gcc.gnu.org>
Wed, 6 May 1998 22:51:38 +0000 (16:51 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 6 May 1998 22:51:38 +0000 (16:51 -0600)
From-SVN: r19606

gcc/haifa-sched.c

index 7c1d8f8..b1deb27 100644 (file)
@@ -1668,7 +1668,7 @@ find_rgns (s_preds, s_succs, num_preds, num_succs, dom)
              loop_head = max_hdr[i];
 
              /* Decrease degree of all I's successors for topological
-                ordering.
+                ordering.  */
              for (ps = s_succs[i]; ps; ps = ps->next)
                if (INT_LIST_VAL (ps) != EXIT_BLOCK
                    && INT_LIST_VAL (ps) != ENTRY_BLOCK)