aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorWilliam Schmidt <wschmidt@gcc.gnu.org>2017-08-11 14:11:22 +0000
committerWilliam Schmidt <wschmidt@gcc.gnu.org>2017-08-11 14:11:22 +0000
commitf158348e0f52a1792e34bc52e01c2fda03e2963f (patch)
treeea253d8248afd4e508ad9d19d19413cd79acc3d7 /gcc
parent701170a4a69eb775af19a0846dd83ca59becafe2 (diff)
downloadgcc-f158348e0f52a1792e34bc52e01c2fda03e2963f.zip
gcc-f158348e0f52a1792e34bc52e01c2fda03e2963f.tar.gz
gcc-f158348e0f52a1792e34bc52e01c2fda03e2963f.tar.bz2
Correct invalid ChangeLog entry
From-SVN: r251052
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 32f06a0..2975655 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -192,7 +192,9 @@
2017-08-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
PR tree-optimization/81354
- * g++.dg/torture/pr81354.C: New file.
+ * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
+ Insert on edges rather than explicitly creating landing pads.
+ (analyze_candidates_and_replace): Commit edge inserts.
2017-08-08 Richard Biener <rguenther@suse.de>