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]

Re: Oh my god, it's full of NULLs


Dave Korn wrote:
  I've found where gen_reg_rtx (not gen_rtx_REG!) sets the entry for each
new pseudo that's allocated, but I haven't managed to find any code that
sets up entries for the hard regs.

In 3.3 and later, there is a static_regno_reg_rtx array that is initialized in init_emit_once, and then copied into regno_reg_rtx in init_emit.


In 3.2, you are out of luck unless you backport more patches.

See Jeff Law's 2002-06-07 change, and his 2002-06-13 change.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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