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 95597e9 commit 5dcd6afCopy full SHA for 5dcd6af
mlir/include/mlir/Dialect/Bufferization/Transforms/OneShotAnalysis.h
@@ -130,7 +130,7 @@ class OneShotAnalysisState : public AnalysisState {
130
131
OneShotAnalysisState(const OneShotAnalysisState &) = delete;
132
133
- virtual ~OneShotAnalysisState() = default;
+ ~OneShotAnalysisState() override = default;
134
135
/// Return a reference to the BufferizationAliasInfo.
136
BufferizationAliasInfo &getAliasInfo() { return aliasInfo; }
0 commit comments