summaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
diff options
context:
space:
mode:
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-30 07:06:54 +0000
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-30 07:06:54 +0000
commit21bdfe89360190e94434d535ddc5326a09493ba2 (patch)
tree4bd7c9e5350805694ae287e6ae6e83c55fc6045f /gcc/tree-into-ssa.c
parentec6fefb673d78f75d0c668595b49889d1a6fe048 (diff)
downloadgcc-21bdfe89360190e94434d535ddc5326a09493ba2.tar.gz
* tree-into-ssa.c (rewrite_into_ssa): Fix comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107701 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-into-ssa.c')
-rw-r--r--gcc/tree-into-ssa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c
index 812e9a96c8a..515abb810f5 100644
--- a/gcc/tree-into-ssa.c
+++ b/gcc/tree-into-ssa.c
@@ -1726,7 +1726,7 @@ mark_def_site_blocks (sbitmap interesting_blocks)
4- Rename all the blocks (rewrite_blocks) and statements in the program.
- Steps 3 and 5 are done using the dominator tree walker
+ Steps 3 and 4 are done using the dominator tree walker
(walk_dominator_tree). */
static void