From: Kazu Hirata Date: Fri, 8 Oct 2004 17:11:16 +0000 (+0000) Subject: * tree-cfg.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b986ebf3ab7cb7626efb733de35b3e4735b03b09;p=gcc.git * tree-cfg.c: Fix a comment typo. From-SVN: r88767 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ce51198f3b..db4c18e74a8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-08 Kazu Hirata + + * tree-cfg.c: Fix a comment typo. + 2004-10-08 Andreas Krebbel * config/s390/s390.c (s390_register_info): Don't save fprs for diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index c1d40d5830e..8bdfe5ba9f6 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -790,7 +790,7 @@ main_block_label (tree label) return label_for_bb[bb->index]; } -/* Cleanup redundant labels. This is a three-steo process: +/* Cleanup redundant labels. This is a three-step process: 1) Find the leading label for each block. 2) Redirect all references to labels to the leading labels. 3) Cleanup all useless labels. */