summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d9bc24e3e7f..6cde480d9d8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2011-04-05 Tom de Vries <tom@codesourcery.com>
+ PR target/43920
+ * cfgcleanup.c (flow_find_cross_jump): Don't count USE or CLOBBER as
+ insn.
+
+2011-04-05 Tom de Vries <tom@codesourcery.com>
+
* cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
2011-04-05 Yufeng Zhang <yufeng.zhang@arm.com>