projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed48194
)
Fix incorrect file in ChangeLog on previous commit
author
Matthew Fortune
<mpf@gcc.gnu.org>
Fri, 23 Sep 2016 15:51:54 +0000
(15:51 +0000)
committer
Matthew Fortune
<mpf@gcc.gnu.org>
Fri, 23 Sep 2016 15:51:54 +0000
(15:51 +0000)
gcc/
* tree-ssa-loop-prefetch.c (issue_prefetch_ref): Add call
to duplicate_ssa_name_ptr_info.
From-SVN: r240440
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 6262f035fd238b5c44586221d3784cb836e35e9a..023c1722d3e05988dea4fc9955162e31e6f22f90 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,7
+1,7
@@
2016-09-23 Doug Gilmore <doug.gilmore@imgtec.com>
PR tree-optimization/77654
- * tree-ssa-
alias
.c (issue_prefetch_ref): Add call
+ * tree-ssa-
loop-prefetch
.c (issue_prefetch_ref): Add call
to duplicate_ssa_name_ptr_info.
2016-09-23 David Malcolm <dmalcolm@redhat.com>