]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* invoke.texi: Correct spelling of -foptimize-register-move.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Nov 2000 14:00:12 +0000 (14:00 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Nov 2000 14:00:12 +0000 (14:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37386 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/invoke.texi

index 9d0b53552f37fb845b9f3eaa692559a6cce77c83..4f76575686abc006aeec8e4b3282e38cf2a73ee9 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * invoke.texi: Correct spelling of -foptimize-register-move.
+
 2000-11-11  Neil Booth  <neilb@earthling.net>
 
        Remove CPP_PLACEMARKERs.
index 8af115ce2fabfaf8ec851fdfb564b8ee3729588c..4cb7b8d07cf387bd347e6467b50b1848f27bc119 100644 (file)
@@ -174,7 +174,7 @@ in the following sections.
 -finline-functions  -finline-limit=@var{n}  -fkeep-inline-functions
 -fmove-all-movables  -fno-default-inline  -fno-defer-pop
 -fno-function-cse  -fno-inline  -fno-peephole -ftrapv
--fomit-frame-pointer  -foptimize-register-moves -foptimize-sibling-calls
+-fomit-frame-pointer  -foptimize-register-move -foptimize-sibling-calls
 -fregmove  -frename-registers  -frerun-cse-after-loop  -frerun-loop-opt
 -freduce-all-givs  -fschedule-insns  -fschedule-insns2  -fssa
 -fstrength-reduce  -fstrict-aliasing  -fthread-jumps  -funroll-all-loops
@@ -2788,7 +2788,7 @@ which depend on that behavior.
 @item -fexpensive-optimizations
 Perform a number of minor optimizations that are relatively expensive.
 
-@item -foptimize-register-moves
+@item -foptimize-register-move
 @itemx -fregmove
 Attempt to reassign register numbers in move instructions and as
 operands of other simple instructions in order to maximize the amount of
@@ -2796,7 +2796,7 @@ register tying.  This is especially helpful on machines with two-operand
 instructions.  GCC enables this optimization by default with @samp{-O2}
 or higher.
 
-Note @code{-fregmove} and @code{-foptimize-register-moves} are the same
+Note @code{-fregmove} and @code{-foptimize-register-move} are the same
 optimization.
 
 @item -fdelayed-branch