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:
@@ -6,7 +6,6 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "TransformInternals.h"
|
||||
#include "llvm/Method.h"
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/ConstantVals.h"
|
||||
#include "llvm/Analysis/Expressions.h"
|
||||
|
||||
Reference in New Issue
Block a user