diff options
Diffstat (limited to 'include/llvm/Type.h')
-rw-r--r-- | include/llvm/Type.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h index e2ee9545bd..b72bcf97ba 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; |