aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/DerivedTypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h
index 10ff57b..dfadaf5 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
//