1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Update comment

llvm-svn: 8783
This commit is contained in:
Chris Lattner 2003-09-30 18:44:27 +00:00
parent 4e4c763dfc
commit f6f3a5505a

View File

@ -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;