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]

Re: Patch to fix emit_insn_before


On Wed, Jan 12, 2000 at 02:27:01AM -0500, John Wehle wrote:
> This patch fixes a problem which occurs when adding a sequence
> to the beginning of a basic block.  Currently the last insn of
> the sequence is returned which causes problems when updating
> the basic block head (it causes the other insns in the sequence
> to be stranded between basic blocks).

Who, exactly, is depending on this?  We've always returned
the last insn of the sequence.  Changing this would mean
auditing all existing uses of emit_insn_before.


r~

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