tree-ssa-loop-prefetch.c: Fix comment at head of file.
authorIan Bolton <ian.bolton@arm.com>
Thu, 2 Sep 2010 08:55:59 +0000 (08:55 +0000)
committerIan Bolton <ibolton@gcc.gnu.org>
Thu, 2 Sep 2010 08:55:59 +0000 (08:55 +0000)
2010-09-02  Ian Bolton  <ian.bolton@arm.com>

        * tree-ssa-loop-prefetch.c: Fix comment at head of file.

From-SVN: r163764

gcc/ChangeLog
gcc/tree-ssa-loop-prefetch.c

index 04afe92495099502579548fbdd9e2f1bf25ab1fc..64bb56faa924cd5cd38df71841a6ece5ba7f851b 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-02  Ian Bolton  <ian.bolton@arm.com>
+
+       * tree-ssa-loop-prefetch.c: Fix comment at head of file.
+
 2010-09-02  Olivier Hainque  <hainque@adacore.com>
 
        * ira-color.c (SORTGT): New macro, helper for qsort callbacks.
        (scev_probably_wraps_p): Adjust.
        * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
 
->>>>>>> .r163759
 2010-09-01  Nick Clifton  <nickc@redhat.com>
 
        * config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
index e19d876c74892d9419f6635ba29cea8e83edc21d..b35f1dbb501d0cd5eef0fefb6cfd3e51a74a7c48 100644 (file)
@@ -80,7 +80,7 @@ along with GCC; see the file COPYING3.  If not see
        (2) has PREFETCH_MOD 64
        (3) has PREFETCH_MOD 4
        (4) has PREFETCH_MOD 1.  We do not set PREFETCH_BEFORE here, since
-           the cache line accessed by (4) is the same with probability only
+           the cache line accessed by (5) is the same with probability only
           7/32.
        (5) has PREFETCH_MOD 1 as well.