Add transition typedef to Function
authorChris Lattner <sabre@nondot.org>
Sat, 23 Mar 2002 21:59:53 +0000 (21:59 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 23 Mar 2002 21:59:53 +0000 (21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1951 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Function.h

index 23ebc31a4fa450eeaccc79e24f9d6c480f872da1..e4a51a9273ab23b11a566fb240f462851e1df733 100644 (file)
@@ -105,4 +105,6 @@ public:
   void dropAllReferences();
 };
 
+typedef Method Function;
+
 #endif