Re: [PATCH 1/2] refactor emit_*_{after,before}_noloc using common functions

2011-03-22 Thread Richard Henderson
On 03/21/2011 08:18 PM, Nathan Froyd wrote: > This patch deals with the *_noloc family of functions. emit_pattern > seemed like a good prefix, even though AIUI these functions can receive > toplevel rtxes. > > * emit-rtl.c (emit_pattern_before_noloc): New function. > (emit_insn_before

[PATCH 1/2] refactor emit_*_{after,before}_noloc using common functions

2011-03-21 Thread Nathan Froyd
This patch deals with the *_noloc family of functions. emit_pattern seemed like a good prefix, even though AIUI these functions can receive toplevel rtxes. * emit-rtl.c (emit_pattern_before_noloc): New function. (emit_insn_before_noloc, emit_jump_insn_before_noloc): Call it.