diff options
Diffstat (limited to 'gcc/doc/invoke.texi')
| -rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 51d8fb4..427b267 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9727,7 +9727,7 @@ For string operation of unknown size, inline runtime checks so for small blocks inline code is used, while for large blocks librarly call is used. @item -mstringop-strategy=@var{alg} -@optindex mstringop-strategy=@var{alg} +@opindex mstringop-strategy=@var{alg} Overwrite internal decision heuristic about particular algorithm to inline string opteration with. The allowed values are @code{rep_byte}, @code{rep_4byte}, @code{rep_8byte} for expanding using i386 @code{rep} prefix |
