mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 02:28:23 +00:00
Allow clients to use FunctionType as well as MethodType for now
llvm-svn: 1985
This commit is contained in:
parent
167ba9b1b2
commit
9e84a283e3
@ -145,6 +145,8 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
// TODO: FIXME
|
||||
#define FunctionType MethodType
|
||||
|
||||
// CompositeType - Common super class of ArrayType, StructType, and PointerType
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user