]> gcc.gnu.org Git - gcc.git/commit
* rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)
authorDaniel Jacobowitz <drow@mvista.com>
Sat, 17 Jan 2004 22:14:17 +0000 (22:14 +0000)
committerDaniel Jacobowitz <drow@gcc.gnu.org>
Sat, 17 Jan 2004 22:14:17 +0000 (22:14 +0000)
commitdd3adcf8a12c0b9d478553fa84d64febf7c6fcdd
tree26fe26b671e75ed353a65429f329946b27e76929
parent589fe865e0e273a6694757ddd4bae1df884e6a6d
* 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.

From-SVN: r76062
gcc/ChangeLog
gcc/emit-rtl.c
gcc/reload1.c
gcc/rtl.h
This page took 0.108825 seconds and 5 git commands to generate.