]> git.ipfire.org Git - thirdparty/gcc.git/commit
Invalidate cached next real insn in dwarf2out_end_epilogue().
authorDavid S. Miller <davem@davemloft.net>
Mon, 31 Oct 2011 21:51:22 +0000 (21:51 +0000)
committerDavid S. Miller <davem@gcc.gnu.org>
Mon, 31 Oct 2011 21:51:22 +0000 (14:51 -0700)
commit82a595022800fde2004b64570983ea850030eeeb
tree41dfde41df45574276c56378797784c16b0269ac
parentb59546bf651a60f59b74826dfc7317b941c6b6d1
Invalidate cached next real insn in dwarf2out_end_epilogue().

* dwarf2out.c (cached_next_real_insn): New.
(dwarf2out_end_epilogue): Set it to NULL_RTX.
(dwarf2out_var_location): Remove cached_next_real_insn local static.

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