Change references to the Method class to be references to the Function

class.  The Method class is obsolete (renamed) and all references to it
are being converted over to Function.

llvm-svn: 2144
This commit is contained in:
Chris Lattner
2002-04-07 20:49:59 +00:00
parent 53a46fb759
commit 62b7fd136e
51 changed files with 651 additions and 667 deletions

View File

@@ -6,7 +6,6 @@
//===----------------------------------------------------------------------===//
#include "TransformInternals.h"
#include "llvm/Method.h"
#include "llvm/Type.h"
#include "llvm/ConstantVals.h"
#include "llvm/Analysis/Expressions.h"