summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-16 20:05:48 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-16 20:05:48 +0000
commit3beefec3ef986aa08a91ada1cd0860d2ae7be8e1 (patch)
treed53f4cabe23395139de5269f401d28fac73c5f62 /docs/CommandGuide
parent610373f09976b2938a64b7f500740e90730fc72a (diff)
downloadllvm-3beefec3ef986aa08a91ada1cd0860d2ae7be8e1.tar.gz
llvm-3beefec3ef986aa08a91ada1cd0860d2ae7be8e1.tar.bz2
llvm-3beefec3ef986aa08a91ada1cd0860d2ae7be8e1.tar.xz
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
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/gccas.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CommandGuide/gccas.html b/docs/CommandGuide/gccas.html
index b0297a45e7..a0bafcc820 100644
--- a/docs/CommandGuide/gccas.html
+++ b/docs/CommandGuide/gccas.html
@@ -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.