This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Typo in comment in tree-ssa-loop-prefetch


Hi,

> I believe the attached patch (also pasted below for ease of review)
> achieves the intended meaning of the comment at the top of
> tree-ssa-loop-prefetch.c.
> 
> OK to commit?

yes,

Zdenek

> Cheers,
> Ian
> 
> 
> Index: gcc/tree-ssa-loop-prefetch.c
> ===================================================================
> --- gcc/tree-ssa-loop-prefetch.c	(revision 163732)
> +++ gcc/tree-ssa-loop-prefetch.c	(working copy)
> @@ -80,7 +80,7 @@ along with GCC; see the file COPYING3.  
>         (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.
> 
> 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]