From 05822dacb1f484a0d69775343ff868ac142e6aa7 Mon Sep 17 00:00:00 2001 From: hjl Date: Mon, 13 Nov 2006 15:29:21 +0000 Subject: [PATCH] 2006-11-13 H.J. Lu * config/i386/i386.c: Fix a typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118764 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/i386.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cc496e11748..2dd4536d97a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-13 H.J. Lu + + * config/i386/i386.c: Fix a typo in comment. + 2006-11-13 Michael Matz * genemit.c (gen_expand): Allocate enough memory. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 74af060ddda..a9784dde65d 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -537,7 +537,7 @@ struct processor_costs k8_cost = { in SImode, DImode and TImode */ 5, /* MMX or SSE register to integer */ 64, /* size of prefetch block */ - /* New AMD processors neer drop prefetches; if they cannot be performed + /* New AMD processors never drop prefetches; if they cannot be performed immediately, they are queued. We set number of simultaneous prefetches to a large constant to reflect this (it probably is not a good idea not to limit number of prefetches at all, as their execution also takes some -- 2.11.4.GIT