diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-14 14:00:16 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-14 14:00:16 +0000 |
commit | 3dc60fc75491e4126cf8eb2f365ae505928ee8b1 (patch) | |
tree | e26ca99b76fc7aa743cf3c77d92c084351d0fbf4 /gcc/loop.c | |
parent | a920aefe8d8c8afbe7ae6566796bce329cf95d5f (diff) | |
download | gcc-3dc60fc75491e4126cf8eb2f365ae505928ee8b1.zip gcc-3dc60fc75491e4126cf8eb2f365ae505928ee8b1.tar.gz gcc-3dc60fc75491e4126cf8eb2f365ae505928ee8b1.tar.bz2 |
* loop.c: Fix a comment typo.
From-SVN: r57145
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3583,7 +3583,7 @@ struct prefetch_info HOST_WIDE_INT index; HOST_WIDE_INT stride; /* Prefetch stride in bytes in each iteration. */ - unsigned int bytes_accessed; /* Sum of sizes of all acceses to this + unsigned int bytes_accessed; /* Sum of sizes of all accesses to this prefetch area in one iteration. */ unsigned int total_bytes; /* Total bytes loop will access in this block. This is set only for loops with known |