This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Stray reference to reload_reg_class etc?
- To: gcc at gcc dot gnu dot org
- Subject: Stray reference to reload_reg_class etc?
- From: Stan Shebs <shebs at apple dot com>
- Date: Thu, 10 May 2001 17:06:24 -0700
In reload.h, the comment for the reg_rtx field of struct reload
mentions "reload_reg_class", "reload_inmode", and "reload_outmode",
which I gather from the ChangeLogs used to be arrays now merged
into rld? Anyway, I'm hoping that someone who knows will fix the
comment, since it's referring to symbols that no longer exist.
Stan