[llvm] r176504 - Use the right number of slashes in comment string

Arnold Schwaighofer aschwaighofer at apple.com
Tue Mar 5 11:04:12 PST 2013


Author: arnolds
Date: Tue Mar  5 13:04:12 2013
New Revision: 176504

URL: http://llvm.org/viewvc/llvm-project?rev=176504&view=rev
Log:
Use the right number of slashes in comment string

Modified:
    llvm/trunk/include/llvm/Analysis/MemoryBuiltins.h

Modified: llvm/trunk/include/llvm/Analysis/MemoryBuiltins.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/MemoryBuiltins.h?rev=176504&r1=176503&r2=176504&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/MemoryBuiltins.h (original)
+++ llvm/trunk/include/llvm/Analysis/MemoryBuiltins.h Tue Mar  5 13:04:12 2013
@@ -138,9 +138,9 @@ static inline CallInst *isFreeCall(Value
 //
 
 /// \brief Compute the size of the object pointed by Ptr. Returns true and the
-// object size in Size if successful, and false otherwise. In this context, by
-// object we mean the region of memory starting at Ptr to the end of the
-// underlying object pointed to by Ptr.
+/// object size in Size if successful, and false otherwise. In this context, by
+/// object we mean the region of memory starting at Ptr to the end of the
+/// underlying object pointed to by Ptr.
 /// If RoundToAlign is true, then Size is rounded up to the aligment of allocas,
 /// byval arguments, and global variables.
 bool getObjectSize(const Value *Ptr, uint64_t &Size, const DataLayout *TD,





More information about the llvm-commits mailing list