parent
05fea314b4
commit
7f357b557b
|
|
@ -3,6 +3,10 @@
|
|||
#ifndef LLVM_METHOD_H
|
||||
#define LLVM_METHOD_H
|
||||
|
||||
#ifndef MethodType
|
||||
#define MethodType FunctionType
|
||||
#endif
|
||||
|
||||
#include "llvm/Function.h"
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue