[llvm-commits] [llvm] r123097 - /llvm/trunk/include/llvm/CodeGen/MachineLocation.h

Jakob Stoklund Olesen stoklund at 2pi.dk
Sat Jan 8 15:10:53 PST 2011


Author: stoklund
Date: Sat Jan  8 17:10:53 2011
New Revision: 123097

URL: http://llvm.org/viewvc/llvm-project?rev=123097&view=rev
Log:
Do not talk about TargetRegisterInfo::FirstVirtualRegister.

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineLocation.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineLocation.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineLocation.h?rev=123097&r1=123096&r2=123097&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineLocation.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineLocation.h Sat Jan  8 17:10:53 2011
@@ -32,7 +32,7 @@
 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()





More information about the llvm-commits mailing list