From b986ebf3ab7cb7626efb733de35b3e4735b03b09 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 8 Oct 2004 17:11:16 +0000 Subject: [PATCH] * tree-cfg.c: Fix a comment typo. From-SVN: r88767 --- gcc/ChangeLog | 4 ++++ gcc/tree-cfg.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ce5119..db4c18e 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 c1d40d5..8bdfe5b 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. */ -- 2.7.4