This is the mail archive of the gcc-patches@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: [PATCH] Minor basic_block.h clean-ups


Hi Andreas,
> I've send exactly this same patch for compute_bb_for_insn yesterday to
> the list ;-).  So, let's see who's gets reviewed first (I'll let you
> commit if I notice that your's is reviewed)...

Doh!  Sorry about that.  Indeed the patches are absolutely identical.
If your's gets reviewed first you might consider changing the comment
above compute_bb_for_insns; the mapping to basic blocks is no longer
via the array BB_FOR_INSN indexed by INSN_UID, but the BLOCK_FOR_INSN
field of each insn.  If mine gets reviewed first, you'll get the
credit for those parts in the ChangeLog.

http://gcc.gnu.org/ml/gcc-patches/2002-06/msg00720.html

Thanks for pointing this out.  Great minds...

Roger
--


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