aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Method.h
blob: 83a84fbf2d94217bc987352a88474c69cb84e5d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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