From: Janis Johnson Date: Thu, 6 Dec 2001 19:17:35 +0000 (+0000) Subject: Fix typo in 2001-12-03 entry; now: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5eb2838c349eb42dee871dd3b20771e2bde3361;p=gcc.git Fix typo in 2001-12-03 entry; now: * doc/extend.texi: Document __builtin_prefetch. From-SVN: r47728 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index abae69b60a9..15602173782 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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.