projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcf6bc2
)
typeo
author
Chris Lattner
<sabre@nondot.org>
Sun, 13 Nov 2005 02:09:55 +0000
(
02:09
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 13 Nov 2005 02:09:55 +0000
(
02:09
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24341
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/ExtendingLLVM.html
patch
|
blob
|
history
diff --git
a/docs/ExtendingLLVM.html
b/docs/ExtendingLLVM.html
index d40b18f848205dda1ba385223b1f47440f9098d4..9b0a487f82ee67865c82b01418a65d6a084bfd67 100644
(file)
--- a/
docs/ExtendingLLVM.html
+++ b/
docs/ExtendingLLVM.html
@@
-266,7
+266,7
@@
installations.</span> Only add new types if it is absolutely necessary.</p>
add enum for the new type; add a forward declaration of the type
also</li>
-<li><tt>llvm/include/llvm/DerivedType.h</tt>:
+<li><tt>llvm/include/llvm/DerivedType
s
.h</tt>:
add new class to represent new class in the hierarchy; add forward
declaration to the TypeMap value type</li>