Lexer doesn't create typehandle gross stuff now, parser does.
[oota-llvm.git] / include / llvm / Method.h
1 // TRANSITION HEADER FILE.  New code should use Function.h instead of Method.h
2
3 #ifndef LLVM_METHOD_H
4 #define LLVM_METHOD_H
5
6 #ifndef MethodType
7 #define MethodType FunctionType
8 #endif
9
10 #include "llvm/Function.h"
11
12 #endif