From 7797946c5ee036a7edf932c156e496742a289221 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1985 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DerivedTypes.h | 2 ++ 1 file changed, 2 insertions(+) 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 //