Added documentation on the new -disable-inlining option.

llvm-svn: 9176
diff --git a/llvm/docs/CommandGuide/gccas.html b/llvm/docs/CommandGuide/gccas.html
index b0297a4..a0bafcc 100644
--- a/llvm/docs/CommandGuide/gccas.html
+++ b/llvm/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.