aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-05-06 16:51:38 -0600
committerJeff Law <law@gcc.gnu.org>1998-05-06 16:51:38 -0600
commita59bfd78eb56b1828ef7def1d1fa96bde8f4006c (patch)
tree886ff1d786b9f619182361d618d86ad6f65fc2c9 /gcc/haifa-sched.c
parent0586a4ce7058b8a6a72531a8fcffdf0341546d9b (diff)
downloadgcc-a59bfd78eb56b1828ef7def1d1fa96bde8f4006c.zip
gcc-a59bfd78eb56b1828ef7def1d1fa96bde8f4006c.tar.gz
gcc-a59bfd78eb56b1828ef7def1d1fa96bde8f4006c.tar.bz2
Fix typo.
From-SVN: r19606
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c2
1 files changed, 1 insertions, 1 deletions
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)