OSDN Git Service

Fix typo.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 May 1998 22:51:38 +0000 (22:51 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 May 1998 22:51:38 +0000 (22:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19606 138bc75d-0d04-0410-961f-82ee72b054a4

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)