Source base has been completely changed over to use Function instead of Method, this file is not obsolete.

llvm-svn: 2143
This commit is contained in:
Chris Lattner 2002-04-07 20:46:56 +00:00
parent 34208394d0
commit 53a46fb759
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
// 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