Commit b986ebf3 by Kazu Hirata Committed by Kazu Hirata

* tree-cfg.c: Fix a comment typo.

From-SVN: r88767
parent 8a512b77
2004-10-08 Kazu Hirata <kazu@cs.umass.edu>
* tree-cfg.c: Fix a comment typo.
2004-10-08 Andreas Krebbel <krebbel1@de.ibm.com> 2004-10-08 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.c (s390_register_info): Don't save fprs for * config/s390/s390.c (s390_register_info): Don't save fprs for
......
...@@ -790,7 +790,7 @@ main_block_label (tree label) ...@@ -790,7 +790,7 @@ main_block_label (tree label)
return label_for_bb[bb->index]; 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. 1) Find the leading label for each block.
2) Redirect all references to labels to the leading labels. 2) Redirect all references to labels to the leading labels.
3) Cleanup all useless labels. */ 3) Cleanup all useless labels. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment