* invoke.texi: Correct spelling of -foptimize-register-move.

From-SVN: r37386
This commit is contained in:
Joseph Myers 2000-11-11 14:00:12 +00:00 committed by Joseph Myers
parent 4c2b647d42
commit 639726baa5
2 changed files with 7 additions and 3 deletions

View 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.

View 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