diff options
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 44713a3..4b63d07 100644 --- a/gcc/tree-ssa-loop-prefetch.c +++ b/gcc/tree-ssa-loop-prefetch.c @@ -810,7 +810,7 @@ anything_to_prefetch_p (struct mem_ref_group *groups) /* Issue prefetches for the reference REF into loop as decided before. HEAD is the number of iterations to prefetch ahead. UNROLL_FACTOR - is the factor by thet LOOP was unrolled. */ + is the factor by which LOOP was unrolled. */ static void issue_prefetch_ref (struct mem_ref *ref, unsigned unroll_factor, unsigned ahead) |