From d5a0e714dde6f10cc71ddf3180500e4fd2dfad17 Mon Sep 17 00:00:00 2001 From: law Date: Wed, 1 Jul 1998 22:42:58 +0000 Subject: O * invoke.texi (Optimize Options): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20883 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/invoke.texi') 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. -- cgit v1.2.1