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 66f939fc33
commit 2a75d5d25c
1 changed files with 2 additions and 0 deletions

View File

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