Allow clients to use FunctionType as well as MethodType for now

llvm-svn: 1985
This commit is contained in:
Chris Lattner 2002-03-26 17:46:41 +00:00
parent 167ba9b1b2
commit 9e84a283e3

View File

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