[llvm] r178623 - Remove ZeroOrMore from the option description. We don't need it here.

Eric Christopher echristo at gmail.com
Tue Apr 2 22:26:07 PDT 2013


Author: echristo
Date: Wed Apr  3 00:26:07 2013
New Revision: 178623

URL: http://llvm.org/viewvc/llvm-project?rev=178623&view=rev
Log:
Remove ZeroOrMore from the option description. We don't need it here.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp?rev=178623&r1=178622&r2=178623&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Wed Apr  3 00:26:07 2013
@@ -55,7 +55,7 @@ static cl::opt<bool> UnknownLocations("u
      cl::init(false));
 
 static cl::opt<bool> GenerateDwarfPubNamesSection("generate-dwarf-pubnames",
-     cl::Hidden, cl::ZeroOrMore, cl::init(false),
+     cl::Hidden, cl::init(false),
      cl::desc("Generate DWARF pubnames section"));
 
 namespace {





More information about the llvm-commits mailing list