[llvm-commits] CVS: llvm/include/llvm/System/Memory.h

Reid Spencer reid at x10sys.com
Sun Dec 19 16:58:52 PST 2004



Changes in directory llvm/include/llvm/System:

Memory.h updated: 1.2 -> 1.3
---
Log message:

Wrap long lines

---
Diffs of the changes:  (+3 -2)

Index: llvm/include/llvm/System/Memory.h
diff -u llvm/include/llvm/System/Memory.h:1.2 llvm/include/llvm/System/Memory.h:1.3
--- llvm/include/llvm/System/Memory.h:1.2	Mon Sep 13 17:38:12 2004
+++ llvm/include/llvm/System/Memory.h	Sun Dec 19 18:58:41 2004
@@ -48,11 +48,12 @@
       static MemoryBlock AllocateRWX(unsigned NumBytes);
 
       /// This method releases a block of Read/Write/Execute memory that was
-      /// allocated with the AllocateRWX method. It should not be used to release
-      /// any memory block allocated any other way.
+      /// allocated with the AllocateRWX method. It should not be used to 
+      /// release any memory block allocated any other way.
       /// @throws std::string if an error occurred.
       /// @brief Release Read/Write/Execute memory.
       static void ReleaseRWX(MemoryBlock& block);
+
     /// @}
   };
 }






More information about the llvm-commits mailing list