aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 491f62d..d8c65cf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2016-08-11 Richard Biener <rguenther@suse.de>
+
+ * tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove
+ unconditional TODO_cleanup_cfg.
+ (pass_thread_jumps::execute): Initialize loops, perform a CFG
+ cleanup only if we threaded a jump.
+
2016-08-11 Alan Modra <amodra@gmail.com>
PR target/71680