diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-16 20:05:48 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-16 20:05:48 +0000 |
commit | 3beefec3ef986aa08a91ada1cd0860d2ae7be8e1 (patch) | |
tree | d53f4cabe23395139de5269f401d28fac73c5f62 /docs/CommandGuide/gccas.html | |
parent | 610373f09976b2938a64b7f500740e90730fc72a (diff) |
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/gccas.html')
-rw-r--r-- | docs/CommandGuide/gccas.html | 5 |
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. |