We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05fc9e commit fccb65eCopy full SHA for fccb65e
mlir/lib/Pass/PassRegistry.cpp
@@ -436,7 +436,7 @@ llvm::cl::OptionValue<OpPassManager>::operator=(
436
return *this;
437
}
438
439
-llvm::cl::OptionValue<OpPassManager>::~OptionValue<OpPassManager>() = default;
+llvm::cl::OptionValue<OpPassManager>::~OptionValue() = default;
440
441
void llvm::cl::OptionValue<OpPassManager>::setValue(
442
const OpPassManager &newValue) {
0 commit comments