gcse.c (insert_insn_end_bb): Use emit_block_insn_before instead of emit_insn_before.
authorJohn Wehle <john@feith.com>
Sat, 15 Jan 2000 20:46:21 +0000 (20:46 +0000)
committerJohn Wehle <wehle@gcc.gnu.org>
Sat, 15 Jan 2000 20:46:21 +0000 (20:46 +0000)
commitb5229628250fef5b776444daf949c14fbc3d3bbe
tree8726e2d74e9443fd18e291026f6e44ac6f9fc436
parent8430ac57f2728299c0c9b3fc8bba78548815c8dd
gcse.c (insert_insn_end_bb): Use emit_block_insn_before instead of emit_insn_before.

* gcse.c (insert_insn_end_bb): Use emit_block_insn_before
instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
when walking backwards to find all the parameter loads when
the basic block ends in a call.

From-SVN: r31437
gcc/ChangeLog
gcc/gcse.c