UNIQUE ID (INSN UID) Question
Richard Guenther
richard.guenther@gmail.com
Sat Jan 26 17:38:00 GMT 2008
On Jan 26, 2008 1:34 AM, Balaji V. Iyer <bviyer@ncsu.edu> wrote:
>
> Hello Everyone,
> I have a quick question regarding instruction unique ID in the RTL.
> Is this number unique for the function? or is it unique for the entire
> program that it is compiling?
>
>
> I would like to "mark" instructions and identify them, so can I use this
> value as a unique identifier for program level?
They are unique per function. In fact, RTL only exists for a single function
at a time.
Richard.
More information about the Gcc
mailing list