diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-04 02:51:28 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-04 02:51:28 +0000 |
commit | 35a3065a3eaa382dc4b1f9e0f8f4c41b81a2014d (patch) | |
tree | e032f0934bde28fa98892ee1930ec178cedbfe6a /gcc/cfgcleanup.c | |
parent | 0c87a39e6a64b2cfb0f713fe4d7f9ff1f267c1ba (diff) | |
download | gcc-35a3065a3eaa382dc4b1f9e0f8f4c41b81a2014d.tar.gz |
* ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,
FSFChangeLog.10, FSFChangeLog.11, alias.c, attribs.c,
caller-save.c, calls.c, cfg.c, cfganal.c, cfgcleanup.c, cfgrtl.c,
cppmacro.c, fold-const.c, ifcvt.c, local-alloc.c, profile.c,
sched-int.h, toplev.c, config/alpha/alpha.c,
config/alpha/alpha.md, config/c4x/c4x.h, config/cris/cris.h,
config/cris/cris.md, config/i370/i370.md, config/i386/i386.c,
config/i386/i386.h, config/i386/i386.md, config/i386/xm-djgpp.h,
config/ia64/ia64.c, config/m68hc11/m68hc11.c, config/m68k/m68k.md,
config/mcore/mcore.h, config/mmix/mmix.c, config/ns32k/ns32k.h,
config/ns32k/ns32k.md, config/rs6000/rs6000.c,
config/rs6000/sysv4.h, config/sh/sh.md: Fix spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46760 138bc75d-0d04-0410-961f-82ee72b054a4
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 d4a929d50a7..addd84e7feb 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -26,7 +26,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA - Edge forwarding (edge to the forwarder block is forwarded to it's succesor. Simplification of the branch instruction is performed by underlying infrastructure so branch can be converted to simplejump or - elliminated). + eliminated). - Cross jumping (tail merging) - Conditional jump-around-simplejump simplification - Basic block merging. */ |