This is the mail archive of the gcc@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]

Missing documentation for PRINT_REG config macro


There is no documentation for it and its use it not at all clear.
The only use of the macro is in print-rtl.c, when it's always called
with CODE of -1.  i386.c does indeed call it, but it would be cleaner
to call print_reg directly and reserve PRINT_REG just for RTL dumping.

What was the intent here?  Without documentation, it's hard to say.


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