mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
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:
parent
12bcf84e53
commit
7797946c5e
@ -145,6 +145,8 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
// TODO: FIXME
|
||||
#define FunctionType MethodType
|
||||
|
||||
// CompositeType - Common super class of ArrayType, StructType, and PointerType
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user