Rename method, change comment, add argument

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16771 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2004-10-06 16:34:23 +00:00
parent 7c348e1c9f
commit df00115aa4

View File

@@ -101,9 +101,9 @@ protected:
/// ///
inline void setAbstract(bool Val) { Abstract = Val; } inline void setAbstract(bool Val) { Abstract = Val; }
/// isTypeAbstract - This method is used to calculate the Abstract bit. // PromoteAbstractToConcrete - This is an internal method used to calculate
/// // change "Abstract" from true to false when types are refined.
bool isTypeAbstract(); bool PromoteAbstractToConcrete(void *);
unsigned getRefCount() const { return RefCount; } unsigned getRefCount() const { return RefCount; }