dwarf2out: Add REG_CFA_FLUSH_QUEUE.
authorRichard Henderson <rth@redhat.com>
Thu, 30 Jun 2011 21:04:23 +0000 (14:04 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 30 Jun 2011 21:04:23 +0000 (14:04 -0700)
commitef284364b4fb287a01cfcbabab5c5e60e36c83a5
tree2f2309df014d81d43d533530f0492a97a39bc755
parentc8412f9770056dff19e3470901193784c7764bcf
dwarf2out: Add REG_CFA_FLUSH_QUEUE.

        * reg-notes.def (REG_CFA_FLUSH_QUEUE): New.
        * dwarf2out.c (dwarf2out_frame_debug): Handle it.
        * final.c (final_scan_insn): Look for it, and invoke
        dwarf2out_frame_debug before the insn if found.

From-SVN: r175729
gcc/ChangeLog
gcc/dwarf2out.c
gcc/final.c
gcc/reg-notes.def