Added documentation on the new -disable-inlining option.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9176 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/gccas.html b/docs/CommandGuide/gccas.html
index b0297a4..a0bafcc 100644
--- a/docs/CommandGuide/gccas.html
+++ b/docs/CommandGuide/gccas.html
@@ -39,6 +39,11 @@
 	Specify the output filename which will hold the assembled bytecode.
 	<p>
 
+	<li>-disable-inlining
+	<br>
+	Disable the inlining pass.  By default, it is enabled.
+	<p>
+
 	<li> -stats
 	<br>
 	Print statistics.