diff options
author | Ian Bolton <ian.bolton@arm.com> | 2010-09-02 08:55:59 +0000 |
---|---|---|
committer | Ian Bolton <ibolton@gcc.gnu.org> | 2010-09-02 08:55:59 +0000 |
commit | bae077dc7589f674cefabc145a12b0908d84e98f (patch) | |
tree | 2d812347bb5335806079d7e7f9fec46b2f7ce02a /gcc/tree-ssa-loop-prefetch.c | |
parent | 9e0b22c3130f9b836374ba4abf1381a2b5e58346 (diff) | |
download | gcc-bae077dc7589f674cefabc145a12b0908d84e98f.zip gcc-bae077dc7589f674cefabc145a12b0908d84e98f.tar.gz gcc-bae077dc7589f674cefabc145a12b0908d84e98f.tar.bz2 |
tree-ssa-loop-prefetch.c: Fix comment at head of file.
2010-09-02 Ian Bolton <ian.bolton@arm.com>
* tree-ssa-loop-prefetch.c: Fix comment at head of file.
From-SVN: r163764
Diffstat (limited to 'gcc/tree-ssa-loop-prefetch.c')
-rw-r--r-- | gcc/tree-ssa-loop-prefetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-prefetch.c b/gcc/tree-ssa-loop-prefetch.c index e19d876..b35f1db 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. |