Add #define for MethodType

llvm-svn: 2025
This commit is contained in:
Chris Lattner 2002-03-29 03:32:00 +00:00
parent 05fea314b4
commit 7f357b557b
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
#ifndef LLVM_METHOD_H
#define LLVM_METHOD_H
#ifndef MethodType
#define MethodType FunctionType
#endif
#include "llvm/Function.h"
#endif