invoke.texi (mstringop-strategy): Add missing "byte_loop" value.

* invoke.texi (mstringop-strategy): Add missing "byte_loop" value.

From-SVN: r119877
This commit is contained in:
Uros Bizjak 2006-12-15 10:01:29 +01:00 committed by Uros Bizjak
parent 47a1180805
commit 5db74c3230
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-12-15 Uros Bizjak <ubizjak@gmail.com>
* invoke.texi (mstringop-strategy): Add missing "byte_loop" value.
2006-12-14 Jan Hubicka <jh@suse.cz> 2006-12-14 Jan Hubicka <jh@suse.cz>
* tree-flow.h (struct stmt_ann_d): Move bitfield references_memory * tree-flow.h (struct stmt_ann_d): Move bitfield references_memory

View File

@ -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 Overwrite internal decision heuristic about particular algorithm to inline
string operation with. The allowed values are @code{rep_byte}, string operation with. The allowed values are @code{rep_byte},
@code{rep_4byte}, @code{rep_8byte} for expanding using i386 @code{rep} prefix @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, of specified size, @code{byte_loop}, @code{loop}, @code{unrolled_loop} for
@code{libcall} for always expanding library call. expanding inline loop, @code{libcall} for always expanding library call.
@item -momit-leaf-frame-pointer @item -momit-leaf-frame-pointer
@opindex momit-leaf-frame-pointer @opindex momit-leaf-frame-pointer