diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Metadata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Metadata.h b/include/llvm/Metadata.h index 0515979..c426449 100644 --- a/include/llvm/Metadata.h +++ b/include/llvm/Metadata.h @@ -50,7 +50,7 @@ public: } /// Methods for support type inquiry through isa, cast, and dyn_cast: - static inline bool classof(const MDString *) { return true; } + static inline bool classof(const MetadataBase *) { return true; } static bool classof(const Value *V) { return V->getValueID() == MDStringVal || V->getValueID() == MDNodeVal || V->getValueID() == NamedMDNodeVal; |