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 ec871cf commit c370869Copy full SHA for c370869
mlir/lib/Pass/PassRegistry.cpp
@@ -422,7 +422,7 @@ llvm::cl::OptionValue<OpPassManager>::operator=(
422
return *this;
423
}
424
425
-llvm::cl::OptionValue<OpPassManager>::~OptionValue<OpPassManager>() = default;
+llvm::cl::OptionValue<OpPassManager>::~OptionValue() = default;
426
427
void llvm::cl::OptionValue<OpPassManager>::setValue(
428
const OpPassManager &newValue) {
0 commit comments