This is the mail archive of the gcc@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: [tree-ssa]: out-of-ssa breaks if something adds a pred


On Fri, 2003-06-06 at 15:52, Daniel Berlin wrote:

> If a phi doesn't have an argument for a given edge, it means nothing 
> needs to be done for that edge, no?
> 
No, actually.  The number of arguments to a PHI should always equal the
number of incoming edges.  Otherwise, something's wrong.  Every edge
should contribute an argument (even if all the arguments happen to be
the same SSA name).


Diego.


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