diff options
-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 a1fcb9fe757..fdf28d6be28 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 TargetRegisterInfo::FirstVirtualRegister. + // an arbitrary value that doesn't collide with any real target register. VirtualFP = ~0U }; MachineLocation() |