re PR rtl-optimization/49977 (CFI notes are missed for delayed slot)
authorRichard Henderson <rth@gcc.gnu.org>
Fri, 5 Aug 2011 16:17:13 +0000 (09:17 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 5 Aug 2011 16:17:13 +0000 (09:17 -0700)
PR rtl-opt/49977
        * dwarf2cfi.c (scan_insn_after): Split out of ...
        (scan_trace): ... here.  Correctly place notes wrt sequences.

From-SVN: r177465

gcc/ChangeLog

index 74f634a..5281336 100644 (file)
@@ -1,3 +1,9 @@
+2011-08-05  Richard Henderson  <rth@redhat.com>
+
+       PR rtl-opt/49977
+       * dwarf2cfi.c (scan_insn_after): Split out of ...
+       (scan_trace): ... here.  Correctly place notes wrt sequences.
+
 2011-08-05  Kaz Kojima  <kkojima@gcc.gnu.org>
            Richard Henderson  <rth@redhat.com>