]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/emit-rtl.c
* function.h (struct emit_status): Remove x_last_linenum,
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jun 2003 08:27:05 +0000 (08:27 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jun 2003 08:27:05 +0000 (08:27 +0000)
commit0a3b3d880c4de5ff0fb816bc6c282cade7e1e5ae
tree2b5cb543169ef70477d25bcc0683bd89eb4851a2
parent227ea5664211b8f4fa0c3bd56c876392877383c9
* function.h (struct emit_status): Remove x_last_linenum,
x_last_filename. Add x_last_location.
* rtl.h: #include "input.h".
(NOTE_DATA): New.
* cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
number notes.
* emit-rtl.c (last_linenum, last_filename): Remove.
(last_location): New.
(emit_line_note_after): LINE must always be >= 0.
(emit_line_note): Likewise. Check not duplicate here...
(emit_note): ... rather than here.
(emit_line_note_force, force_next_line_note, init_emit): Adjust.
* integrate.c (expand_inline_function): Use emit_line_note for
line number notes.
(copy_insn_list): Likewise.
* unroll.c (copy_loop_body): Likewise.
* Makefile.in (RTL_H): Add input.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68002 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/cfglayout.c
gcc/emit-rtl.c
gcc/function.h
gcc/integrate.c
gcc/rtl.h
gcc/unroll.c