summaryrefslogtreecommitdiff
path: root/include/llvm/Type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Type.h')
-rw-r--r--include/llvm/Type.h3
1 files changed, 1 insertions, 2 deletions
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.