Commit 8fbbf354 by H.J. Lu Committed by H.J. Lu

i386.c: Fix a typo in comment.

2006-11-13  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/i386.c: Fix a typo in comment.

From-SVN: r118764
parent 7180bcb1
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> 2006-11-13 Michael Matz <matz@suse.de>
* genemit.c (gen_expand): Allocate enough memory. * genemit.c (gen_expand): Allocate enough memory.
......
...@@ -537,7 +537,7 @@ struct processor_costs k8_cost = { ...@@ -537,7 +537,7 @@ struct processor_costs k8_cost = {
in SImode, DImode and TImode */ in SImode, DImode and TImode */
5, /* MMX or SSE register to integer */ 5, /* MMX or SSE register to integer */
64, /* size of prefetch block */ 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 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 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 to limit number of prefetches at all, as their execution also takes some
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment