diff options
Diffstat (limited to 'include/llvm/Target/MachineInstrInfo.h')
-rw-r--r-- | include/llvm/Target/MachineInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/MachineInstrInfo.h b/include/llvm/Target/MachineInstrInfo.h index 6bfe7e5..8fe4d3b 100644 --- a/include/llvm/Target/MachineInstrInfo.h +++ b/include/llvm/Target/MachineInstrInfo.h @@ -275,7 +275,7 @@ public: // The generated instructions are returned in `mvec'. // Any temp. registers (TmpInstruction) created are recorded in mcfi. // Symbolic constants or constants that must be accessed from memory - // are added to the constant pool via MachineCodeForMethod::get(F). + // are added to the constant pool via MachineFunction::get(F). // virtual void CreateCodeToLoadConst(const TargetMachine& target, Function* F, |