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
This commit is contained in:
Chris Lattner 2002-03-26 17:46:41 +00:00
parent 12bcf84e53
commit 7797946c5e

View File

@ -145,6 +145,8 @@ public:
}
};
// TODO: FIXME
#define FunctionType MethodType
// CompositeType - Common super class of ArrayType, StructType, and PointerType
//