Fix typo in 2001-12-03 entry; now:

* doc/extend.texi: Document __builtin_prefetch.

From-SVN: r47728
This commit is contained in:
Janis Johnson 2001-12-06 19:17:35 +00:00
parent 990290e85d
commit a5eb2838c3
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ Wed Dec 5 00:42:16 EST 2001 John Wehle (john@feith.com)
* builtins.def (BUILT_IN_PREFETCH): New.
* builtins.c (expand_builtin_expect): New.
(expand_builtin): Call it.
* doc/extend.texi: Document __builtin_expect.
* doc/extend.texi: Document __builtin_prefetch.
* config/i386/i386.md (prefetch): Rename as prefetch_sse to avoid
conflicts with new generic prefetch functionality.