"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):
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
"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