forked from OSchip/llvm-project
NFC: Remove unused default cl::opt value.
The default value is never used as the value of the elide option is only used if it has an occurrence. PiperOrigin-RevId: 273545143
This commit is contained in:
parent
0cdc53a762
commit
0dd404e4e1
|
@ -62,8 +62,7 @@ OpAsmPrinter::~OpAsmPrinter() {}
|
|||
static llvm::cl::opt<unsigned> elideElementsAttrIfLarger(
|
||||
"mlir-elide-elementsattrs-if-larger",
|
||||
llvm::cl::desc("Elide ElementsAttrs with \"...\" that have "
|
||||
"more elements than the given upper limit"),
|
||||
llvm::cl::init(16));
|
||||
"more elements than the given upper limit"));
|
||||
|
||||
static llvm::cl::opt<bool>
|
||||
printDebugInfoOpt("mlir-print-debuginfo",
|
||||
|
|
Loading…
Reference in New Issue