Commit 639726ba by Joseph Myers Committed by Joseph Myers

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

From-SVN: r37386
parent 4c2b647d
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> 2000-11-11 Neil Booth <neilb@earthling.net>
Remove CPP_PLACEMARKERs. Remove CPP_PLACEMARKERs.
......
...@@ -174,7 +174,7 @@ in the following sections. ...@@ -174,7 +174,7 @@ in the following sections.
-finline-functions -finline-limit=@var{n} -fkeep-inline-functions -finline-functions -finline-limit=@var{n} -fkeep-inline-functions
-fmove-all-movables -fno-default-inline -fno-defer-pop -fmove-all-movables -fno-default-inline -fno-defer-pop
-fno-function-cse -fno-inline -fno-peephole -ftrapv -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 -fregmove -frename-registers -frerun-cse-after-loop -frerun-loop-opt
-freduce-all-givs -fschedule-insns -fschedule-insns2 -fssa -freduce-all-givs -fschedule-insns -fschedule-insns2 -fssa
-fstrength-reduce -fstrict-aliasing -fthread-jumps -funroll-all-loops -fstrength-reduce -fstrict-aliasing -fthread-jumps -funroll-all-loops
...@@ -2788,7 +2788,7 @@ which depend on that behavior. ...@@ -2788,7 +2788,7 @@ which depend on that behavior.
@item -fexpensive-optimizations @item -fexpensive-optimizations
Perform a number of minor optimizations that are relatively expensive. Perform a number of minor optimizations that are relatively expensive.
@item -foptimize-register-moves @item -foptimize-register-move
@itemx -fregmove @itemx -fregmove
Attempt to reassign register numbers in move instructions and as Attempt to reassign register numbers in move instructions and as
operands of other simple instructions in order to maximize the amount of 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 ...@@ -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} instructions. GCC enables this optimization by default with @samp{-O2}
or higher. 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. optimization.
@item -fdelayed-branch @item -fdelayed-branch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment