tree-ssa-phiopt.c (tree_ssa_phiopt): Add cfgchanged variable.
authorAndrew Pinski <pinskia@physics.uc.edu>
Fri, 10 Mar 2006 01:22:54 +0000 (01:22 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 10 Mar 2006 01:22:54 +0000 (17:22 -0800)
commit3e0a08d7115f4623f580e111230561a5740c4c18
tree41090d7b945a287821c1684a417efe538999f9bd
parent0ade2ddf23d75245e4e9f0783604ece21a12be79
tree-ssa-phiopt.c (tree_ssa_phiopt): Add cfgchanged variable.

2006-03-09  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree-ssa-phiopt.c (tree_ssa_phiopt): Add cfgchanged variable.
        Set it when one of the replacement functions returned true.
        Return TODO_cleanup_cfg if cfgchanged is true.
        (pass_phiopt) <todo_flags_finish>: Remove TODO_cleanup_cfg.

From-SVN: r111920
gcc/ChangeLog
gcc/tree-ssa-phiopt.c