diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-30 18:44:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-30 18:44:27 +0000 |
commit | 39882e847a47dc77648b9caf37ac37ec1cec6a27 (patch) | |
tree | aeeed0ae33917dac6a7a3b1db57ec99f6022d1d9 | |
parent | 48486893f46d2e12e926682a3ecb908716bc66c4 (diff) |
Update comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8783 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/AbstractTypeUser.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/llvm/AbstractTypeUser.h b/include/llvm/AbstractTypeUser.h index 5859617965..aa42683391 100644 --- a/include/llvm/AbstractTypeUser.h +++ b/include/llvm/AbstractTypeUser.h @@ -61,10 +61,8 @@ public: }; -// PATypeHandle - Handle to a Type subclass. This class is parameterized so -// that users can have handles to FunctionType's that are still specialized, for -// example. This class is a simple class used to keep the use list of abstract -// types up-to-date. +// PATypeHandle - Handle to a Type subclass. This class is used to keep the use +// list of abstract types up-to-date. // class PATypeHandle { const Type *Ty; |