Skip to content

Commit fccb65e

Browse files
committed
[mlir] Fix '-Wtemplate-id-cdtor'. NFC
1 parent a05fc9e commit fccb65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Pass/PassRegistry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ llvm::cl::OptionValue<OpPassManager>::operator=(
436436
return *this;
437437
}
438438

439-
llvm::cl::OptionValue<OpPassManager>::~OptionValue<OpPassManager>() = default;
439+
llvm::cl::OptionValue<OpPassManager>::~OptionValue() = default;
440440

441441
void llvm::cl::OptionValue<OpPassManager>::setValue(
442442
const OpPassManager &newValue) {

0 commit comments

Comments
 (0)