aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Type.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index 06666cf7aa..b1543a022c 100644
--- a/include/llvm/Type.h
+++ b/include/llvm/Type.h
@@ -101,8 +101,9 @@ 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; }