diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-05-19 03:05:49 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-05-19 03:05:49 +0000 |
commit | 128a79fb0142757127a8ded0635ce6f4f94ecbba (patch) | |
tree | 2515da9a6676ddb153df106225173fc9b07d620d /gcc/tree-optimize.c | |
parent | f75aac9e435b093bed7dbacf192453c2147e1503 (diff) | |
download | gcc-128a79fb0142757127a8ded0635ce6f4f94ecbba.zip gcc-128a79fb0142757127a8ded0635ce6f4f94ecbba.tar.gz gcc-128a79fb0142757127a8ded0635ce6f4f94ecbba.tar.bz2 |
cfgexpand.c, [...]: Fix comment typos.
gcc/
* cfgexpand.c, tree-cfg.c, tree-inline.c, tree-optimize.c,
tree-ssa-forwprop.c: Fix comment typos.
* doc/invoke.texi: Fix a typo.
cp/
* parser.c: Fix comment typos.
From-SVN: r99944
Diffstat (limited to 'gcc/tree-optimize.c')
-rw-r--r-- | gcc/tree-optimize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-optimize.c b/gcc/tree-optimize.c index 3d1fd23..109c5bc 100644 --- a/gcc/tree-optimize.c +++ b/gcc/tree-optimize.c @@ -160,7 +160,7 @@ static struct tree_opt_pass pass_free_datastructures = }; /* Pass: fixup_cfg - IPA passes or compilation of earlier functions might've - changed some properties - such as marged functions nothrow. Remove now + changed some properties - such as marked functions nothrow. Remove now redundant edges and basic blocks. */ static void |