OSDN Git Service

2006-11-13 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2006 15:29:21 +0000 (15:29 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2006 15:29:21 +0000 (15:29 +0000)
* 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
gcc/config/i386/i386.c

index cc496e1..2dd4536 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.c: Fix a typo in comment.
+
 2006-11-13  Michael Matz  <matz@suse.de>
 
        * genemit.c (gen_expand): Allocate enough memory.
 2006-11-13  Michael Matz  <matz@suse.de>
 
        * genemit.c (gen_expand): Allocate enough memory.
index 74af060..a9784dd 100644 (file)
@@ -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 */
                                           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
      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