[llvm-commits] CVS: llvm/include/llvm/AbstractTypeUser.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 30 13:45:01 PDT 2003
Changes in directory llvm/include/llvm:
AbstractTypeUser.h updated: 1.11 -> 1.12
---
Log message:
Update comment
---
Diffs of the changes:
Index: llvm/include/llvm/AbstractTypeUser.h
diff -u llvm/include/llvm/AbstractTypeUser.h:1.11 llvm/include/llvm/AbstractTypeUser.h:1.12
--- llvm/include/llvm/AbstractTypeUser.h:1.11 Tue Sep 30 13:37:37 2003
+++ llvm/include/llvm/AbstractTypeUser.h Tue Sep 30 13:44:27 2003
@@ -61,10 +61,8 @@
};
-// 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;
More information about the llvm-commits
mailing list