Undoxyfy internal method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16774 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-10-06 17:19:58 +00:00
parent 0cbd1fbb0e
commit f5d9fa7e78

View File

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