diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp index d5e39979608..9d0c2c5ae2a 100644 --- a/lib/VMCore/Value.cpp +++ b/lib/VMCore/Value.cpp @@ -368,7 +368,7 @@ Value *Value::getUnderlyingObject(unsigned MaxLookup) { } /// 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.