llvm-6502/include/llvm/Method.h

13 lines
219 B
C
Raw Normal View History

// TRANSITION HEADER FILE. New code should use Function.h instead of Method.h
#ifndef LLVM_METHOD_H
#define LLVM_METHOD_H
#ifndef MethodType
#define MethodType FunctionType
#endif
#include "llvm/Function.h"
#endif