From 2a75d5d25cae7f8e4ed4c9c9140a51e7f2134d7d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 26 Mar 2002 17:46:41 +0000 Subject: [PATCH] Allow clients to use FunctionType as well as MethodType for now llvm-svn: 1985 --- llvm/include/llvm/DerivedTypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/include/llvm/DerivedTypes.h b/llvm/include/llvm/DerivedTypes.h index 10ff57bd4223..dfadaf5e637c 100644 --- a/llvm/include/llvm/DerivedTypes.h +++ b/llvm/include/llvm/DerivedTypes.h @@ -145,6 +145,8 @@ public: } }; +// TODO: FIXME +#define FunctionType MethodType // CompositeType - Common super class of ArrayType, StructType, and PointerType //