diff options
Diffstat (limited to 'docs/CommandGuide')
| -rw-r--r-- | docs/CommandGuide/llc.html | 28 | 
1 files changed, 17 insertions, 11 deletions
diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html index 26e680342c..8788a7a608 100644 --- a/docs/CommandGuide/llc.html +++ b/docs/CommandGuide/llc.html @@ -95,11 +95,6 @@ OPTIONS  	Disable frame pointer elimination optimization.  	<p> -	<li>-disable-local-ra     -	<br> -	Use Simple RA instead of Local RegAlloc. -	<p> -  	<li>-disable-pattern-isel  	<br>  	Use the 'simple' X86 instruction selector. @@ -146,13 +141,11 @@ OPTIONS  	architectures are:  	<dl compact> -		<di> x86                -		<dd> -		IA-32 (Pentium and above) -		<p> +		<di> x86 +		<dd>IA-32 (Pentium and above)</dd> -		<di> sparc              -		<dd>SPARC V9 +		<di> sparc +		<dd>SPARC V9</dd>  	</dl>  	<p> @@ -166,6 +159,19 @@ OPTIONS  	Print generated machine code.  	<p> +	<li>-regalloc=<ra> +	<br> +        Specify the register allocator to use. The default is <i>simple<i>. +        Valid register allocators are: +	<dl compact> +		<di> simple +		<dd>Very simple register allocator</dd> + +		<di> local +		<dd>Local register allocator</dd> +	</dl> +	<p> +  	<li> -help  	<br>  	Print a summary of command line options.  | 
