summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit6226f941b03316fdc71b4a856912038aa2979aa2 (patch)
tree273f70363ca420d22b6ce0b731dbcbec0bdad1a5 /llvm/docs/ExtendingLLVM.html
parent82639853c07c0119fdf38bed29fc4db55f893d5f (diff)
downloadbcm5719-llvm-6226f941b03316fdc71b4a856912038aa2979aa2.tar.gz
bcm5719-llvm-6226f941b03316fdc71b4a856912038aa2979aa2.zip
Types.def is going away
llvm-svn: 21481
Diffstat (limited to 'llvm/docs/ExtendingLLVM.html')
-rw-r--r--llvm/docs/ExtendingLLVM.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/llvm/docs/ExtendingLLVM.html b/llvm/docs/ExtendingLLVM.html
index 6aece2ff9ce..ef784982ef7 100644
--- a/llvm/docs/ExtendingLLVM.html
+++ b/llvm/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>:
OpenPOWER on IntegriCloud