]> git.ipfire.org Git - thirdparty/gcc.git/commit
dwarf2out.c: Use rtx_insn
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 22 Aug 2014 14:23:08 +0000 (14:23 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 22 Aug 2014 14:23:08 +0000 (14:23 +0000)
commitcff08b2b91cf10f7168730e19ad6c292acb846fc
tree4557489d4528f43e8ee060ac3c8a601d4fa45394
parentf65c531e03bfdb257e8e5319b4e4e8e5bb08c597
dwarf2out.c: Use rtx_insn

gcc/
* dwarf2out.c (last_var_location_insn): Strengthen this variable
from rtx to rtx_insn *.
(cached_next_real_insn): Likewise.
(dwarf2out_end_epilogue): Replace use of NULL_RTX with NULL when
working with insns.
(dwarf2out_var_location): Strengthen locals "next_real",
"next_note", "expected_next_loc_note", "last_start", "insn" from
rtx to rtx_insn *.

From-SVN: r214320
gcc/ChangeLog
gcc/dwarf2out.c