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_tag' question


On Thu, 2004-01-08 at 14:31, Devang Patel wrote:

> I create second var for copy of loop using copy_node()
>
copy_node does not preserve variable annotations.  If you are not using
add_referenced_tmp_var, how are you creating a UID for it?


> I did not use add_referenced_tmp_var(). I'll
> see how I can get different UID.
> 
Yes, add_referenced_tmp_var is the way to go.


Diego.


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