projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4848689
)
Update comment
author
Chris Lattner
<sabre@nondot.org>
Tue, 30 Sep 2003 18:44:27 +0000
(18:44 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 30 Sep 2003 18:44:27 +0000
(18:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8783
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/AbstractTypeUser.h
patch
|
blob
|
history
diff --git
a/include/llvm/AbstractTypeUser.h
b/include/llvm/AbstractTypeUser.h
index 5859617965298d544e7c910f888bce2d897e82d6..aa4268339172efe12d04f9172648198191936a2d 100644
(file)
--- 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;