diff options
-rw-r--r-- | include/llvm/DerivedTypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index 10ff57bd42..dfadaf5e63 100644 --- a/include/llvm/DerivedTypes.h +++ b/include/llvm/DerivedTypes.h @@ -145,6 +145,8 @@ public: } }; +// TODO: FIXME +#define FunctionType MethodType // CompositeType - Common super class of ArrayType, StructType, and PointerType // |