commit | e9f3af6ace703755e568cb7b3a254109bbec2150 | [log] [tgz] |
---|---|---|
author | John Criswell <criswell@uiuc.edu> | Thu Oct 16 20:05:48 2003 +0000 |
committer | John Criswell <criswell@uiuc.edu> | Thu Oct 16 20:05:48 2003 +0000 |
tree | 5aa2ff6055a44bce6ea8a599f9786308b99179bf | |
parent | d66d6c8a80ea5dbedc750a89d103489c02155f7f [diff] [blame] |
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.