From a2a628f32254d5bcbecd7186f19cdb832d5f9fa0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 7 Oct 2003 16:33:42 +0000 Subject: [PATCH] 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 --- docs/CommandGuide/opt.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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