Fix incorrect file in ChangeLog on previous commit
authorMatthew Fortune <mpf@gcc.gnu.org>
Fri, 23 Sep 2016 15:51:54 +0000 (15:51 +0000)
committerMatthew 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

index 6262f03..023c172 100644 (file)
@@ -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>