From: Richard Henderson Date: Fri, 5 Aug 2011 16:17:13 +0000 (-0700) Subject: re PR rtl-optimization/49977 (CFI notes are missed for delayed slot) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6fe818aa72b3d739ece3470abc2954f07c288d9c;p=gcc.git re PR rtl-optimization/49977 (CFI notes are missed for delayed slot) PR rtl-opt/49977 * dwarf2cfi.c (scan_insn_after): Split out of ... (scan_trace): ... here. Correctly place notes wrt sequences. From-SVN: r177465 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 74f634a444d..5281336897d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2011-08-05 Richard Henderson + + 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 Richard Henderson