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]

Re: reload_in_progress || reload_completed



  In message <199811251019.KAA12891@sun52.NIS.cambridge>you write:
  > I've just searched the .texi files.  They contain precisely one reference 
  > to gen_reg_rtx:
  > 
  >   If a scratch register is required to move an object to or from memory,
  >   it can be allocated using @code{gen_reg_rtx} prior to reload.
  > 
  > No mention of flow analysis.
Doc bug :-)

I'll take care of this problem at the time same.

Interestingly enough if you look at the define_split docs it says
"these statements must not generate any new pseudo-registers" which is a 
little more accurate than the info you found.

jeff


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