function.c (emit_return_into_block): New line_note arg; emit it.
authorRichard Henderson <rth@cygnus.com>
Mon, 29 May 2000 08:18:30 +0000 (01:18 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 29 May 2000 08:18:30 +0000 (01:18 -0700)
commit86c82654129e4b57713498ef3e5c88fc1bb2f1aa
tree110df981e31562ec8e459f9059bebb34f553d4d0
parent8f4773eae70e9869bcb5869c7073a0b8e6bc18f2
function.c (emit_return_into_block): New line_note arg; emit it.

        * function.c (emit_return_into_block): New line_note arg; emit it.
        (thread_prologue_and_epilogue_insns): Attempt to locate a line note
        for the close brace to accompany HAVE_return.  Move all line notes
        following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.

From-SVN: r34251
gcc/ChangeLog
gcc/function.c