From 47746aab7d34605e7cbfe0a47946910baffb379d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 13 Nov 2005 02:09:55 +0000 Subject: [PATCH] typeo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24341 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ExtendingLLVM.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html index d40b18f8482..9b0a487f82e 100644 --- a/docs/ExtendingLLVM.html +++ b/docs/ExtendingLLVM.html @@ -266,7 +266,7 @@ installations. Only add new types if it is absolutely necessary.

add enum for the new type; add a forward declaration of the type also -
  • llvm/include/llvm/DerivedType.h: +
  • llvm/include/llvm/DerivedTypes.h: add new class to represent new class in the hierarchy; add forward declaration to the TypeMap value type