diff options
Diffstat (limited to 'include/llvm/IR/GlobalIFunc.h')
-rw-r--r-- | include/llvm/IR/GlobalIFunc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/GlobalIFunc.h b/include/llvm/IR/GlobalIFunc.h index d90c7c78ed268..ef51315a6f5d9 100644 --- a/include/llvm/IR/GlobalIFunc.h +++ b/include/llvm/IR/GlobalIFunc.h @@ -70,7 +70,7 @@ public: } // Methods for support type inquiry through isa, cast, and dyn_cast: - static inline bool classof(const Value *V) { + static bool classof(const Value *V) { return V->getValueID() == Value::GlobalIFuncVal; } }; |