This is the mail archive of the gcc-patches@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]

Re: Replace rename_ssa_into_ssa with update_ssa


On Sat, Apr 23, 2005 at 11:44:18AM -0400, Diego Novillo wrote:

> Well, remember that update_ssa is not magic.  It's only a
> relatively mindless search and replace pass.  Each user has to
> tell it exactly what names need to be replaced with new names.
> It can only add new PHI nodes for the old names,
> it will add PHI nodes needed at the fringes of the region to be
     ^^^^
     will not


Diego.


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