Commit ce6d77a4 by H.J. Lu Committed by H.J. Lu

Replace -skip-rax-setup with -mskip-rax-setup

	* doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.

From-SVN: r235275
parent 545cd7ec
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
......
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