From: Chris Lattner Date: Sat, 23 Mar 2002 21:59:53 +0000 (+0000) Subject: Add transition typedef to Function X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1b139b406006f78455a65baa52f056898251a26a;p=oota-llvm.git Add transition typedef to Function git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1951 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Function.h b/include/llvm/Function.h index 23ebc31a4fa..e4a51a9273a 100644 --- a/include/llvm/Function.h +++ b/include/llvm/Function.h @@ -105,4 +105,6 @@ public: void dropAllReferences(); }; +typedef Method Function; + #endif