projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
701170a
)
Correct invalid ChangeLog entry
author
William Schmidt
<wschmidt@gcc.gnu.org>
Fri, 11 Aug 2017 14:11:22 +0000
(14:11 +0000)
committer
William Schmidt
<wschmidt@gcc.gnu.org>
Fri, 11 Aug 2017 14:11:22 +0000
(14:11 +0000)
From-SVN: r251052
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 32f06a035f030b476435d531cf35e507fefc6f32..2975655d24855351f57e8ba744f38f9f451f5102 100644
(file)
--- 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>