From 55f950113bd5599ec8653f4d9e86cc51ca51db9b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 23 Apr 2005 21:59:11 +0000 Subject: [PATCH] Types.def is going away git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21481 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ExtendingLLVM.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html index 6aece2ff9ce..ef784982ef7 100644 --- a/docs/ExtendingLLVM.html +++ b/docs/ExtendingLLVM.html @@ -194,11 +194,8 @@ installations. Only add new types if it is absolutely necessary.

    -
  1. llvm/include/llvm/Type.def: - add enum for the type
  2. -
  3. llvm/include/llvm/Type.h: - add ID number for the new type; add static Type* for this type
  4. + add enum for the new type; add static Type* for this type
  5. llvm/lib/VMCore/Type.cpp: add mapping from TypeID => Type*; @@ -222,11 +219,8 @@ installations. Only add new types if it is absolutely necessary.

      -
    1. llvm/include/llvm/Type.def: - add enum for the type
    2. -
    3. llvm/include/llvm/Type.h: - add ID number for the new type; add a forward declaration of the type + add enum for the new type; add a forward declaration of the type also
    4. llvm/include/llvm/DerivedType.h: