From: Chris Lattner Date: Tue, 7 Oct 2003 16:33:42 +0000 (+0000) Subject: remove options specific to the -internalize pass, add the -debug option X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a2a628f32254d5bcbecd7186f19cdb832d5f9fa0;p=oota-llvm.git remove options specific to the -internalize pass, add the -debug option git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8924 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/opt.html b/docs/CommandGuide/opt.html index 52b168393e8..b75620706cf 100644 --- a/docs/CommandGuide/opt.html +++ b/docs/CommandGuide/opt.html @@ -74,6 +74,14 @@ OPTIONS error.

+

  • -debug +
    + If this is a debug build, this option will enable debug printouts from + passes which use the DEBUG macro. See the Programmer's Manual for more + information. +

    +

  • -q