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] Translation out of SSA


On Thu, 2003-04-24 at 12:00, Andrew MacLeod wrote:

> > > +   memset (rv->next_partition, 0xff, num_partitions * sizeof (int));
> > > + 
> > 0xff?  Maybe ROOT_VAR_NONE?  Or maybe I'm really confused :)
> 
> Yeah, I guess I can do that... -1, 0xff.. same thing :-)
>
Ahem, (int)0xff = 255  :)


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