Allow clients to use FunctionType as well as MethodType for now
authorChris Lattner <sabre@nondot.org>
Tue, 26 Mar 2002 17:46:41 +0000 (17:46 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 26 Mar 2002 17:46:41 +0000 (17:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1985 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DerivedTypes.h

index 10ff57bd42238a8db0e89855fbae9c7f0a05e874..dfadaf5e637c49b77765a2fd0cea42a474c4bf97 100644 (file)
@@ -145,6 +145,8 @@ public:
   }
 };
 
+// TODO: FIXME
+#define FunctionType MethodType
 
 // CompositeType - Common super class of ArrayType, StructType, and PointerType
 //