This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r110784 - in /trunk/gcc: ChangeLog tree-ssa-dce.c


Author: law
Date: Thu Feb  9 02:18:59 2006
New Revision: 110784

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110784
Log:
        * tree-ssa-dce.c (remove_dead_statement): When removing a dead
        control statement, handle all three special cases in the same
        manner as they all have the same desired solution.  No longer
        special case edge flag updating when the post dominator is
        the exit block.



Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-dce.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]