Re: Adding elements into tree data structure

2011-06-07 Thread Ian Lance Taylor
"Iyer, Balaji V" writes: > I am trying to mark all for loop *top* labels with a integer value. > This integer value is an index to another data structure that I'm trying to > maintain. > >I just added the index value (as unsigned int) into the following data > structure (in tree.h):

RE: Adding elements into tree data structure

2011-06-07 Thread Iyer, Balaji V
ly appreciated! Thanking You, Yours Sincerely, Balaji V. Iyer. PS. Please CC me when you reply this message. -Original Message- From: Ian Lance Taylor [mailto:i...@google.com] Sent: Monday, May 09, 2011 7:34 PM To: Iyer, Balaji V Cc: gcc@gcc.gnu.org Subject: Re: Adding elements into

Re: Adding elements into tree data structure

2011-05-09 Thread Ian Lance Taylor
"Iyer, Balaji V" writes: > I would like to add 8 integer array fields (I am also OK if they are > tree-lists) into the tree data structure. I want to update this fields every > time I see loops. This value will be used later by the optimizer. I tried to > just add them into the structure