From 4db1faa3308ee85cffa6a6678debd5ec3af2255c Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 11 Nov 2010 21:51:44 +0000 Subject: [PATCH] Doxygenify git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118846 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Value.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp index d5e3997960..9d0c2c5ae2 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. -- 2.11.4.GIT