aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-06-30 19:29:39 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-06-30 19:29:39 +0000
commit2a8a8292ee7f7e775c7bff8074dead0a8a2919ea (patch)
tree1fb738fe0271684322341bb9f99dd331266561c6 /gcc/tree-cfg.c
parent27651ad32c903c079fa300a4d134e60567935567 (diff)
downloadgcc-2a8a8292ee7f7e775c7bff8074dead0a8a2919ea.zip
gcc-2a8a8292ee7f7e775c7bff8074dead0a8a2919ea.tar.gz
gcc-2a8a8292ee7f7e775c7bff8074dead0a8a2919ea.tar.bz2
cfgexpand.c, [...]: Fix comment typos.
* cfgexpand.c, config/i386/i386.c, genpreds.c, tree-cfg.c: Fix comment typos. From-SVN: r115098
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r--gcc/tree-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c
index 6dbb7d3..82adabd 100644
--- a/gcc/tree-cfg.c
+++ b/gcc/tree-cfg.c
@@ -3121,7 +3121,7 @@ reinstall_phi_args (edge new_edge, edge old_edge)
PENDING_STMT (old_edge) = NULL;
}
-/* Returns the basic block after that the new basic block created
+/* Returns the basic block after which the new basic block created
by splitting edge EDGE_IN should be placed. Tries to keep the new block
near its "logical" location. This is of most help to humans looking
at debugging dumps. */