diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-06 17:19:58 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-06 17:19:58 +0000 |
| commit | fe643e314fa06fc35d69a6b3fa4814920fb67ba1 (patch) | |
| tree | 1151a1e172b67ca81fdc8e58198f738dd788bfa8 | |
| parent | 74a1195bd64e07567ca73713b2d15db4fc367386 (diff) | |
| download | bcm5719-llvm-fe643e314fa06fc35d69a6b3fa4814920fb67ba1.tar.gz bcm5719-llvm-fe643e314fa06fc35d69a6b3fa4814920fb67ba1.zip | |
Undoxyfy internal method.
llvm-svn: 16774
| -rw-r--r-- | llvm/include/llvm/Type.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/include/llvm/Type.h b/llvm/include/llvm/Type.h index b1543a022cf..06666cf7aa9 100644 --- a/llvm/include/llvm/Type.h +++ b/llvm/include/llvm/Type.h @@ -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; } |

