[llvm-commits] CVS: llvm/include/llvm/DerivedTypes.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Oct 7 12:21:57 PDT 2004
Changes in directory llvm/include/llvm:
DerivedTypes.h updated: 1.61 -> 1.62
---
Log message:
Get friendly with Type
---
Diffs of the changes: (+1 -0)
Index: llvm/include/llvm/DerivedTypes.h
diff -u llvm/include/llvm/DerivedTypes.h:1.61 llvm/include/llvm/DerivedTypes.h:1.62
--- llvm/include/llvm/DerivedTypes.h:1.61 Fri Aug 20 01:00:57 2004
+++ llvm/include/llvm/DerivedTypes.h Thu Oct 7 14:21:43 2004
@@ -35,6 +35,7 @@
// if I am a type, and I get resolved into a more concrete type.
//
mutable std::vector<AbstractTypeUser *> AbstractTypeUsers;
+ friend class Type;
protected:
DerivedType(TypeID id) : Type("", id) {}
More information about the llvm-commits
mailing list