* rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)
commitca154f3f2209edd618242c8605fcbeddbfa5231f
authordrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jan 2004 22:14:17 +0000 (17 22:14 +0000)
committerdrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jan 2004 22:14:17 +0000 (17 22:14 +0000)
tree26fe26b671e75ed353a65429f329946b27e76929
parente69efecb72b8d04781f939b2dabb071b17b6cb61
* rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)
(emit_call_insn_before_sameloc, emit_insn_after_sameloc)
(emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): New
macros.
* reload1.c (emit_reload_insns): Use them.
* emit-rtl.c (emit_insn_before_sameloc, emit_insn_after_sameloc)
(emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): Check
for NULL PATTERN.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76062 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/emit-rtl.c
gcc/reload1.c
gcc/rtl.h