From: Jeff Law Date: Wed, 6 May 1998 22:51:38 +0000 (-0600) Subject: Fix typo. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a59bfd78eb56b1828ef7def1d1fa96bde8f4006c;p=platform%2Fupstream%2Fgcc.git Fix typo. From-SVN: r19606 --- diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 7c1d8f8..b1deb27 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -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)