aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/Common/DAGISelMatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/TableGen/Common/DAGISelMatcher.h')
-rw-r--r--llvm/utils/TableGen/Common/DAGISelMatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/Common/DAGISelMatcher.h b/llvm/utils/TableGen/Common/DAGISelMatcher.h
index f87de75..a19f444 100644
--- a/llvm/utils/TableGen/Common/DAGISelMatcher.h
+++ b/llvm/utils/TableGen/Common/DAGISelMatcher.h
@@ -105,7 +105,7 @@ protected:
Matcher(KindTy K) : Kind(K) {}
public:
- virtual ~Matcher() {}
+ virtual ~Matcher() = default;
unsigned getSize() const { return Size; }
void setSize(unsigned sz) { Size = sz; }