From dc844fa31af0dd8bb33629afa7772f474a08e2e5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 3 Jun 2003 04:40:06 +0000 Subject: [PATCH] Fix minor bug git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6569 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandLine.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CommandLine.html b/docs/CommandLine.html index bc357b13fed..fbd1053d9cd 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -541,7 +541,7 @@ enum DebugLev { }; // Enable Debug Options to be specified on the command line -cl::opt DebugLevel("debug_level", cl::desc("Set the debugging level:"), +cl::opt<DebugLev> DebugLevel("debug_level", cl::desc("Set the debugging level:"), cl::values( clEnumValN(nodebuginfo, "none", "disable debug information"), clEnumVal(quick, "enable quick debug information"), @@ -1495,7 +1495,7 @@ line options