diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-29 20:48:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-29 20:48:56 +0000 |
commit | 33f53b554acfff0b15f08d551fce5b0701b443c0 (patch) | |
tree | 2cdc18da9725e96aa5ce4e2e97c9d3b37d36a635 /lib/Target/X86/X86InstrInfo.h | |
parent | 6560b6b101635203068b0b32f544c2b3b577b59b (diff) | |
download | external_llvm-33f53b554acfff0b15f08d551fce5b0701b443c0.zip external_llvm-33f53b554acfff0b15f08d551fce5b0701b443c0.tar.gz external_llvm-33f53b554acfff0b15f08d551fce5b0701b443c0.tar.bz2 |
Minor renaming
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4410 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrInfo.h')
-rw-r--r-- | lib/Target/X86/X86InstrInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/X86InstrInfo.h b/lib/Target/X86/X86InstrInfo.h index d9a9de1..c87ed33 100644 --- a/lib/Target/X86/X86InstrInfo.h +++ b/lib/Target/X86/X86InstrInfo.h @@ -1,6 +1,6 @@ //===- X86InstructionInfo.h - X86 Instruction Information ---------*-C++-*-===// // -// This file contains the X86 implementation of the MInstructionInfo class. +// This file contains the X86 implementation of the MachineInstrInfo class. // //===----------------------------------------------------------------------===// @@ -15,7 +15,7 @@ class X86InstructionInfo : public MachineInstrInfo { public: X86InstructionInfo(); - /// getRegisterInfo - MInstructionInfo is a superset of MRegister info. As + /// getRegisterInfo - MachineInstrInfo is a superset of MRegister info. As /// such, whenever a client has an instance of instruction info, it should /// always be able to get register info as well (through this method). /// |