diff --git a/include/llvm/AbstractTypeUser.h b/include/llvm/AbstractTypeUser.h index 58596179652..aa426833917 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;