aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ExtendingLLVM.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-04-23 21:59:11 +0000
committerChris Lattner <sabre@nondot.org>2005-04-23 21:59:11 +0000
commit55f950113bd5599ec8653f4d9e86cc51ca51db9b (patch)
treef8dc97046262064f07fa7067db67a30fcf547849 /docs/ExtendingLLVM.html
parent9d80930e950214d026afd3a3d18cda32629efdb9 (diff)
downloadexternal_llvm-55f950113bd5599ec8653f4d9e86cc51ca51db9b.zip
external_llvm-55f950113bd5599ec8653f4d9e86cc51ca51db9b.tar.gz
external_llvm-55f950113bd5599ec8653f4d9e86cc51ca51db9b.tar.bz2
Types.def is going away
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21481 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ExtendingLLVM.html')
-rw-r--r--docs/ExtendingLLVM.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html
index 6aece2f..ef78498 100644
--- a/docs/ExtendingLLVM.html
+++ b/docs/ExtendingLLVM.html
@@ -194,11 +194,8 @@ installations.</span> Only add new types if it is absolutely necessary.</p>
<ol>
-<li><tt>llvm/include/llvm/Type.def</tt>:
- add enum for the type</li>
-
<li><tt>llvm/include/llvm/Type.h</tt>:
- add ID number for the new type; add static <tt>Type*</tt> for this type</li>
+ add enum for the new type; add static <tt>Type*</tt> for this type</li>
<li><tt>llvm/lib/VMCore/Type.cpp</tt>:
add mapping from <tt>TypeID</tt> =&gt; <tt>Type*</tt>;
@@ -222,11 +219,8 @@ installations.</span> Only add new types if it is absolutely necessary.</p>
<div class="doc_text">
<ol>
-<li><tt>llvm/include/llvm/Type.def</tt>:
- add enum for the type</li>
-
<li><tt>llvm/include/llvm/Type.h</tt>:
- 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</li>
<li><tt>llvm/include/llvm/DerivedType.h</tt>: