OSDN Git Service

PR rtl-opt/49977
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Aug 2011 16:17:13 +0000 (16:17 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Aug 2011 16:17:13 +0000 (16:17 +0000)
        * dwarf2cfi.c (scan_insn_after): Split out of ...
        (scan_trace): ... here.  Correctly place notes wrt sequences.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177465 138bc75d-0d04-0410-961f-82ee72b054a4

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>