diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-01 22:42:58 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-01 22:42:58 +0000 |
commit | d5a0e714dde6f10cc71ddf3180500e4fd2dfad17 (patch) | |
tree | c22410f74db08de26187547fb8e2e9d5dedfb2a0 /gcc/invoke.texi | |
parent | c18f65bc70fe8af219eb69aec7d4fdb9c3efdff7 (diff) | |
download | gcc-d5a0e714dde6f10cc71ddf3180500e4fd2dfad17.tar.gz |
O * invoke.texi (Optimize Options): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20883 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r-- | gcc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 67347cd9cd7..a07fcf60a54 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -2326,7 +2326,7 @@ Perform a number of minor optimizations that are relatively expensive. @item -fregmove Attempt to reassign register numbers in move instructions and as operands of other simple instructions in order to maximize the amount of -register tying. This is especially helpfu on machines with two-operand +register tying. This is especially helpful on machines with two-operand instructions. GNU CC enables this optimization by default with @samp{-O2} or higher. |