[llvm-commits] [poolalloc] r53700 - /poolalloc/branches/SVA/include/dsa/DSSupport.h

John Criswell criswell at uiuc.edu
Wed Jul 16 13:15:57 PDT 2008


Author: criswell
Date: Wed Jul 16 15:15:57 2008
New Revision: 53700

URL: http://llvm.org/viewvc/llvm-project?rev=53700&view=rev
Log:
Added a comment to remind me what the Offset does.
Thanks, Andrew.

Modified:
    poolalloc/branches/SVA/include/dsa/DSSupport.h

Modified: poolalloc/branches/SVA/include/dsa/DSSupport.h
URL: http://llvm.org/viewvc/llvm-project/poolalloc/branches/SVA/include/dsa/DSSupport.h?rev=53700&r1=53699&r2=53700&view=diff

==============================================================================
--- poolalloc/branches/SVA/include/dsa/DSSupport.h (original)
+++ poolalloc/branches/SVA/include/dsa/DSSupport.h Wed Jul 16 15:15:57 2008
@@ -55,6 +55,8 @@
 ///
 class DSNodeHandle {
   mutable DSNode *N;
+
+  // The offset into the node to which the DSHandle points
   mutable unsigned Offset;
   void operator==(const DSNode *N);  // DISALLOW, use to promote N to nodehandle
 public:





More information about the llvm-commits mailing list