summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-prefetch.c
diff options
context:
space:
mode:
authoribolton <ibolton@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-02 08:55:59 +0000
committeribolton <ibolton@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-02 08:55:59 +0000
commit66f19dbbbf8f748657fdc62fd9ee1eb2b3aead77 (patch)
tree2d812347bb5335806079d7e7f9fec46b2f7ce02a /gcc/tree-ssa-loop-prefetch.c
parent782aa0bb3fbcc3d582a46a05abf759985116df6b (diff)
downloadgcc-66f19dbbbf8f748657fdc62fd9ee1eb2b3aead77.tar.gz
2010-09-02 Ian Bolton <ian.bolton@arm.com>
* tree-ssa-loop-prefetch.c: Fix comment at head of file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163764 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-loop-prefetch.c')
-rw-r--r--gcc/tree-ssa-loop-prefetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-prefetch.c b/gcc/tree-ssa-loop-prefetch.c
index e19d876c748..b35f1dbb501 100644
--- a/gcc/tree-ssa-loop-prefetch.c
+++ b/gcc/tree-ssa-loop-prefetch.c
@@ -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.