Do not talk about TargetRegisterInfo::FirstVirtualRegister.
[oota-llvm.git] / include / llvm / CodeGen / MachineLocation.h
index a1fcb9fe7576089e2012bdc374bf7d4cd96a3211..fdf28d6be287792d84232b732cfe0888e91a0c8c 100644 (file)
@@ -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()