A minor fix
[oota-llvm.git] / docs / CommandGuide / gccas.html
index c0a5a7462d298547a44e4dda74133da2f1a0f094..a0bafcc82063c20c49191168d1d5d7753046f88c 100644 (file)
@@ -1,7 +1,7 @@
 <html>
 <title>LLVM: gccas tool</title>
 
-<body>
+<body bgcolor=white>
 
 <center>
 <h1>LLVM: <tt>gccas</tt> tool</h1>
@@ -39,6 +39,11 @@ OPTIONS
        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.
@@ -68,7 +73,7 @@ it will exit with a non-zero value.
 <a href="gccld.html"><tt>gccld</tt></a>
 
 <HR>
-<a href="http://llvm.cs.uiuc.edu">LLVM Team</a>
+Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.
 </body>
 </html>