From 3beefec3ef986aa08a91ada1cd0860d2ae7be8e1 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 16 Oct 2003 20:05:48 +0000 Subject: [PATCH] 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 --- docs/CommandGuide/gccas.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CommandGuide/gccas.html b/docs/CommandGuide/gccas.html index b0297a45e71..a0bafcc8206 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.

+

  • -disable-inlining +
    + Disable the inlining pass. By default, it is enabled. +

    +

  • -stats
    Print statistics. -- 2.34.1