From: Uros Bizjak Date: Fri, 15 Dec 2006 09:01:29 +0000 (+0100) Subject: invoke.texi (mstringop-strategy): Add missing "byte_loop" value. X-Git-Tag: releases/gcc-4.3.0~7957 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5db74c32303e26d80ecf7b0c14a71b0ee6b06b55;p=thirdparty%2Fgcc.git invoke.texi (mstringop-strategy): Add missing "byte_loop" value. * invoke.texi (mstringop-strategy): Add missing "byte_loop" value. From-SVN: r119877 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5e779a44773d..8dcc9e2dd2c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-12-15 Uros Bizjak + + * invoke.texi (mstringop-strategy): Add missing "byte_loop" value. + 2006-12-14 Jan Hubicka * tree-flow.h (struct stmt_ann_d): Move bitfield references_memory diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 4a803b3e29cb..a4aae7ea1554 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9721,8 +9721,8 @@ blocks inline code is used, while for large blocks library call is used. Overwrite internal decision heuristic about particular algorithm to inline string operation with. The allowed values are @code{rep_byte}, @code{rep_4byte}, @code{rep_8byte} for expanding using i386 @code{rep} prefix -of specified size, @code{loop}, @code{unrolled_loop} for expanding inline loop, -@code{libcall} for always expanding library call. +of specified size, @code{byte_loop}, @code{loop}, @code{unrolled_loop} for +expanding inline loop, @code{libcall} for always expanding library call. @item -momit-leaf-frame-pointer @opindex momit-leaf-frame-pointer