mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
Update comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8783 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
48486893f4
commit
39882e847a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user