diff --git a/include/llvm/Type.h b/include/llvm/Type.h index e2ee9545bda..b72bcf97ba8 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -88,6 +88,9 @@ protected: /// inline void setAbstract(bool Val) { Abstract = Val; } + /// isTypeAbstract - This method is used to calculate the Abstract bit. + /// + bool isTypeAbstract(); public: virtual void print(std::ostream &O) const;