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: [tree-ssa] Allow next field to point to the same field


On Tue, 2003-12-02 at 17:44, law@redhat.com wrote:
> In message <20031202220036.GH25126@atrey.karlin.mff.cuni.cz>, Jan Hubicka write
> s:

>  >I saw it when there has been dead annotations kept after de-ssa pass, so
>  >I would assume that de-SSA pass uses this field some bookkeeping. 
> Nope, to the best of my knowledge out-of-ssa doesn't modify that field
> at all -- it uses its contents to know if a variable might be live at
> the start of the function, but the contents are not modified.
> 
Correct, that field is only referenced to check for error conditions, it
never modifies it.

Andrew


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