aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/InstrForest.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-23 22:51:58 +0000
committerChris Lattner <sabre@nondot.org>2002-03-23 22:51:58 +0000
commite7506a366e8bd56c97d10beb68e4db953aebaeca (patch)
tree2ed9896ec8647934d3c26cb740dc4ed16d9ae57b /include/llvm/CodeGen/InstrForest.h
parentbcd8e0313853473f72a138e51072f9bd545fadd2 (diff)
Rename Method to Function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1957 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/InstrForest.h')
-rw-r--r--include/llvm/CodeGen/InstrForest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/InstrForest.h b/include/llvm/CodeGen/InstrForest.h
index 0f614a6a9f..834899d22c 100644
--- a/include/llvm/CodeGen/InstrForest.h
+++ b/include/llvm/CodeGen/InstrForest.h
@@ -31,7 +31,7 @@
class Constant;
class BasicBlock;
-class Method;
+class Function;
class InstrTreeNode;
class InstrForest;
@@ -243,7 +243,7 @@ private:
std::hash_set<InstructionNode*> treeRoots;
public:
- /*ctor*/ InstrForest (Method *M);
+ /*ctor*/ InstrForest (Function *F);
/*dtor*/ ~InstrForest ();
inline InstructionNode *getTreeNodeForInstr(Instruction* instr) {