diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-03-23 22:51:58 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-03-23 22:51:58 +0000 |
| commit | e7506a366e8bd56c97d10beb68e4db953aebaeca (patch) | |
| tree | 2ed9896ec8647934d3c26cb740dc4ed16d9ae57b /include/llvm/CodeGen/InstrSelection.h | |
| parent | bcd8e0313853473f72a138e51072f9bd545fadd2 (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/InstrSelection.h')
| -rw-r--r-- | include/llvm/CodeGen/InstrSelection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/InstrSelection.h b/include/llvm/CodeGen/InstrSelection.h index fa4f21a175..4d5e497dca 100644 --- a/include/llvm/CodeGen/InstrSelection.h +++ b/include/llvm/CodeGen/InstrSelection.h @@ -14,7 +14,7 @@ #define LLVM_CODEGEN_INSTR_SELECTION_H #include "llvm/Instruction.h" -class Method; +class Function; class InstrForest; class MachineInstr; class InstructionNode; @@ -55,7 +55,7 @@ extern bool ThisIsAChainRule (int eruleno); // Implemented in machine-specific instruction selection file. //--------------------------------------------------------------------------- -bool SelectInstructionsForMethod (Method* method, +bool SelectInstructionsForMethod (Function* function, TargetMachine &Target); |
