1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00
llvm-svn: 24341
This commit is contained in:
Chris Lattner 2005-11-13 02:09:55 +00:00
parent 150cfb2968
commit 709e9dbc46

View File

@ -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>