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: inserting insn's into insn chain


On Tue, May 21, 2002 at 11:02:03AM +0200, Per Fransson wrote:
> But emit_move_insn and emit_library_call seem to be inserting the insns 
> at the end of the chain. I'm working on an already fully generated 
> chain.

See start_sequence, gen_sequence, end_sequence,
insert_insns_before/after, etc.


r~


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