This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
gcc/gcc ChangeLog.tree-ssa tree-ssa-dom.c
- From: law at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: 31 Oct 2003 06:11:24 -0000
- Subject: gcc/gcc ChangeLog.tree-ssa tree-ssa-dom.c
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-ssa-20020619-branch
Changes by: law@gcc.gnu.org 2003-10-31 06:11:24
Modified files:
gcc : ChangeLog.tree-ssa tree-ssa-dom.c
Log message:
* tree-ssa-dom.c (thread_across_edge): Renamed from
thread_through_successor. Revamp to thread the destination of an edge
rather than the successors of a block.
(dom_opt_finalize_block): Corresponding changes. Do not bother calling
thread_across_edge unless we are at a leaf in the dominator tree.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.796&r2=1.1.2.797
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dom.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.68&r2=1.1.2.69