Replace -skip-rax-setup with -mskip-rax-setup
* doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup. From-SVN: r235275
This commit is contained in:
parent
545cd7ecc8
commit
ce6d77a40a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
|
||||
|
||||
2016-04-20 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* gimple-match.h (maybe_build_generic_op): Adjust prototype.
|
||||
|
|
|
@ -24157,7 +24157,7 @@ useful together with @option{-mrecord-mcount}.
|
|||
@itemx -mno-skip-rax-setup
|
||||
@opindex mskip-rax-setup
|
||||
When generating code for the x86-64 architecture with SSE extensions
|
||||
disabled, @option{-skip-rax-setup} can be used to skip setting up RAX
|
||||
disabled, @option{-mskip-rax-setup} can be used to skip setting up RAX
|
||||
register when there are no variable arguments passed in vector registers.
|
||||
|
||||
@strong{Warning:} Since RAX register is used to avoid unnecessarily
|
||||
|
|
Loading…
Add table
Reference in a new issue