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 | d05550a74673fdce119d24259cf64fb9ea37451b (patch) | |
tree | e9e7929a3ac2827c6ae8c56d9860a29ab4858f4a /llvm/docs/ExtendingLLVM.html | |
parent | 5c28b9630481ee919a3ba0eae38e44368f0f0c5c (diff) | |
download | bcm5719-llvm-d05550a74673fdce119d24259cf64fb9ea37451b.tar.gz bcm5719-llvm-d05550a74673fdce119d24259cf64fb9ea37451b.zip |
typeo
llvm-svn: 24341
Diffstat (limited to 'llvm/docs/ExtendingLLVM.html')
-rw-r--r-- | llvm/docs/ExtendingLLVM.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ExtendingLLVM.html b/llvm/docs/ExtendingLLVM.html index d40b18f8482..9b0a487f82e 100644 --- a/llvm/docs/ExtendingLLVM.html +++ b/llvm/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> |