From: Chris Lattner Date: Tue, 26 Mar 2002 17:46:41 +0000 (+0000) Subject: Allow clients to use FunctionType as well as MethodType for now X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7797946c5ee036a7edf932c156e496742a289221;p=oota-llvm.git Allow clients to use FunctionType as well as MethodType for now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1985 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index 10ff57bd422..dfadaf5e637 100644 --- a/include/llvm/DerivedTypes.h +++ b/include/llvm/DerivedTypes.h @@ -145,6 +145,8 @@ public: } }; +// TODO: FIXME +#define FunctionType MethodType // CompositeType - Common super class of ArrayType, StructType, and PointerType //