From aca50a94b8d4863adf07eec980b83599c541ed99 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 9 Jul 2011 17:59:15 +0000 Subject: remove the DerivedType which isn't adding value anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134832 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Type.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/llvm/Type.h') diff --git a/include/llvm/Type.h b/include/llvm/Type.h index da11d98e26..e4ff3e1c8d 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -19,7 +19,6 @@ namespace llvm { -class DerivedType; class PointerType; class IntegerType; class raw_ostream; @@ -40,7 +39,7 @@ class Type { public: //===--------------------------------------------------------------------===// /// Definitions of all of the base types for the Type system. Based on this - /// value, you can cast to a "DerivedType" subclass (see DerivedTypes.h) + /// value, you can cast to a class defined in DerivedTypes.h. /// Note: If you add an element to this, you need to add an element to the /// Type::getPrimitiveType function, or else things will break! /// Also update LLVMTypeKind and LLVMGetTypeKind () in the C binding. -- cgit v1.2.3