diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-03-20 05:21:41 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-03-20 05:21:41 +0000 |
commit | d1a6adeb6743311f37affcce0a15df6f77a325a5 (patch) | |
tree | 89910945dd096ed9ce8332b32730542c69fd2051 /gcc/cfgcleanup.c | |
parent | 5fd9b17875e5e720108ed599b262ad9464576956 (diff) | |
download | gcc-d1a6adeb6743311f37affcce0a15df6f77a325a5.zip gcc-d1a6adeb6743311f37affcce0a15df6f77a325a5.tar.gz gcc-d1a6adeb6743311f37affcce0a15df6f77a325a5.tar.bz2 |
c-common.c, [...]: Fix comment typos.
* c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c,
expmed.c, ggc-common.c, jump.c, passes.c, recog.c, regmove.c,
reorg.c, tree.h: Fix comment typos.
From-SVN: r79730
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index 9029b5f..3cde9b2 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -23,7 +23,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA cleanup_cfg. Following optimizations are performed: - Unreachable blocks removal - - Edge forwarding (edge to the forwarder block is forwarded to it's + - Edge forwarding (edge to the forwarder block is forwarded to its successor. Simplification of the branch instruction is performed by underlying infrastructure so branch can be converted to simplejump or eliminated). |