[llvm-commits] [llvm] r118846 - /llvm/trunk/lib/VMCore/Value.cpp

Nick Lewycky nicholas at mxc.ca
Thu Nov 11 13:51:44 PST 2010


Author: nicholas
Date: Thu Nov 11 15:51:44 2010
New Revision: 118846

URL: http://llvm.org/viewvc/llvm-project?rev=118846&view=rev
Log:
Doxygenify

Modified:
    llvm/trunk/lib/VMCore/Value.cpp

Modified: llvm/trunk/lib/VMCore/Value.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/VMCore/Value.cpp?rev=118846&r1=118845&r2=118846&view=diff
==============================================================================
--- llvm/trunk/lib/VMCore/Value.cpp (original)
+++ llvm/trunk/lib/VMCore/Value.cpp Thu Nov 11 15:51:44 2010
@@ -368,7 +368,7 @@
 }
 
 /// isDereferenceablePointer - Test if this value is always a pointer to
-// allocated and suitably aligned memory for a simple load or store.
+/// allocated and suitably aligned memory for a simple load or store.
 bool Value::isDereferenceablePointer() const {
   // Note that it is not safe to speculate into a malloc'd region because
   // malloc may return null.





More information about the llvm-commits mailing list