Doxygenify

llvm-svn: 118846
This commit is contained in:
Nick Lewycky 2010-11-11 21:51:44 +00:00
parent 65316d6749
commit add50b0a5d
1 changed files with 1 additions and 1 deletions

View File

@ -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.