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 self checking infrastructure


On Wed, 2003-11-19 at 16:49, Andrew MacLeod wrote:

> I think Diego is triggering it on the uses.   If there is a use of a
> that needs to be re-written, and its uninitialized, then we get the
> phi's and the default def.
> 
Yes.  Default definitions *only* get created if we need to rewrite a
use/vuse that is not dominated by any prior definition.


Diego.


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