diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-06 16:56:16 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-06 16:56:16 +0000 |
| commit | 74a1195bd64e07567ca73713b2d15db4fc367386 (patch) | |
| tree | f08bed497c5fe61899a47d2b18ea6627ea157bd1 /llvm | |
| parent | 43e03c9cdf7516006cd6afe821ca103cb54f1df8 (diff) | |
| download | bcm5719-llvm-74a1195bd64e07567ca73713b2d15db4fc367386.tar.gz bcm5719-llvm-74a1195bd64e07567ca73713b2d15db4fc367386.zip | |
Doxygen-ify comments
llvm-svn: 16773
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Type.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/include/llvm/Type.h b/llvm/include/llvm/Type.h index 06666cf7aa9..b1543a022cf 100644 --- a/llvm/include/llvm/Type.h +++ b/llvm/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; } |

