diff options
author | Chris Lattner <sabre@nondot.org> | 2005-11-13 02:09:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-11-13 02:09:55 +0000 |
commit | 47746aab7d34605e7cbfe0a47946910baffb379d (patch) | |
tree | 5ee3f42166462fad29afb4aceab6fe0ab704363f /docs/ExtendingLLVM.html | |
parent | bcf6bc261034439355f47d17bc03efed2b454782 (diff) |
typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24341 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ExtendingLLVM.html')
-rw-r--r-- | docs/ExtendingLLVM.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html index d40b18f848..9b0a487f82 100644 --- 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/DerivedTypes.h</tt>: add new class to represent new class in the hierarchy; add forward declaration to the TypeMap value type</li> |