Added documentation on the new -disable-inlining option.
authorJohn Criswell <criswell@uiuc.edu>
Thu, 16 Oct 2003 20:05:48 +0000 (20:05 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 16 Oct 2003 20:05:48 +0000 (20:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9176 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/gccas.html

index b0297a45e71b3746147c6962ae30a206c99b5e8f..a0bafcc82063c20c49191168d1d5d7753046f88c 100644 (file)
@@ -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.