diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-11-11 21:51:44 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-11-11 21:51:44 +0000 |
commit | 67b6464377a444a15a1a26fb8ca7cd54fc056de8 (patch) | |
tree | 416ade13aff9ba0a49b2ab824e86679dd80ce7bd /lib/VMCore | |
parent | 6d8eb156e6be727570b300bac7712f745a318c7d (diff) | |
download | external_llvm-67b6464377a444a15a1a26fb8ca7cd54fc056de8.zip external_llvm-67b6464377a444a15a1a26fb8ca7cd54fc056de8.tar.gz external_llvm-67b6464377a444a15a1a26fb8ca7cd54fc056de8.tar.bz2 |
Doxygenify
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118846 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore')
-rw-r--r-- | lib/VMCore/Value.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp index d5e3997..9d0c2c5 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. |