Go to file
Jan Hubicka 2b2c8b3e19 flow.c (redirect_edge_and_branch_force): New.
* flow.c (redirect_edge_and_branch_force): New.
	(can_fallthru): Ensure that basic blocks are succeeding.
	(try_optimize_cfg): Do not delete basic block if it is the last one.

	* flow.c (try_redirect_by_replacing_jump): Do not remove
	jumps with side effects, unlink chain on fallthru edge;
	set block for new jump instruction; avoid basic block to
	over by line number note.

	* flow.c (try_simplify_condjump): Verify that the condjump
	is not always falling trought.

	Re-install patch:
	* flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.

	* flow.c (forwarder_block_p): Fix for fallthru blocks.
	(try_redirect_by_replacing_jump): Update properly the count
	and frequency information.

From-SVN: r43867
2001-07-09 19:32:53 +00:00
boehm-gc
config
contrib
fastjar Modified from patch by Julian Hall <jules@acris.co.uk>: 2001-07-04 18:33:53 +00:00
gcc flow.c (redirect_edge_and_branch_force): New. 2001-07-09 19:32:53 +00:00
include
INSTALL
libchill
libf2c Daily bump. 2001-07-09 07:16:40 +00:00
libffi
libiberty Makefile.in: Add ffs.c dependency. 2001-07-05 13:24:39 -04:00
libjava Makefile.am (libgcj.jar): Don't recursively make built_java_source_files. 2001-07-07 14:49:43 +00:00
libobjc
libstdc++-v3 valarray_meta.h (_Expr::operator+): Use qualified id for _Expr template template argument. 2001-07-09 12:21:56 +00:00
maintainer-scripts
zlib
.cvsignore
ChangeLog
config-ml.in
config.guess
config.if
config.sub
configure
configure.in
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS Update Craig's status. 2001-07-06 10:03:30 -06:00
Makefile.in
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.