Query regarding, RTL Macros

Ian Lance Taylor iant@google.com
Fri Feb 2 18:27:00 GMT 2007


"BHASKAR G. REDDY" <bhaskar@cse.iitb.ac.in> writes:

> Hi Where can i see enumeration constant "rtx_names" which is used by
> macro GET_RTX_NAME to return the name of a RTX when given its code.
> grep'ed for it in gcc-4.1.1 source but i didnt find exact declaration
> and definition of above enum constant. Is it automatically generated?

It's in rtl.c.

You may have missed it because it's called "rtx_name", not
"rtx_names".

Ian



More information about the Gcc-help mailing list