http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54565

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-09-13
                 CC|                            |rguenth at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-09-13 
13:02:33 UTC ---
I think I removed it because pass_build_ealias performs it already.  It does
make sense to do after CCP, but it didn't look profitable before forwprop
before it got all the tree-combining things.

Thus, confirmed.  Moving the TODO from before alias computation to after
CCP instead makes sense.

Reply via email to