From 6fe818aa72b3d739ece3470abc2954f07c288d9c Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 5 Aug 2011 09:17:13 -0700 Subject: [PATCH] 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 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.30.2