diff options
Diffstat (limited to 'llvm/include/llvm/CodeGen/MachineLocation.h')
| -rw-r--r-- | llvm/include/llvm/CodeGen/MachineLocation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineLocation.h b/llvm/include/llvm/CodeGen/MachineLocation.h index 8ba2fa721e6..51c42959742 100644 --- a/llvm/include/llvm/CodeGen/MachineLocation.h +++ b/llvm/include/llvm/CodeGen/MachineLocation.h @@ -32,7 +32,7 @@ private: public: enum { // The target register number for an abstract frame pointer. The value is - // an arbitrary value greater than MRegisterInfo::FirstVirtualRegister. + // an arbitrary value greater than TargetRegisterInfo::FirstVirtualRegister. VirtualFP = ~0U }; MachineLocation() |

