summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2012-11-29 21:58:47 +0000
committerDan Gohman <dan433584@gmail.com>2012-11-29 21:58:47 +0000
commit913c96da436e6e37bf2fcfad6ddad1918a542dd9 (patch)
tree59b3497e3c612a8db580541d8b8cbba49ed5b4a6 /llvm
parentd01b2953fac73977de3bc97e72ea04ad1ec6600f (diff)
downloadbcm5719-llvm-913c96da436e6e37bf2fcfad6ddad1918a542dd9.tar.gz
bcm5719-llvm-913c96da436e6e37bf2fcfad6ddad1918a542dd9.zip
Update comment for malloc being a library call now, rather than an instruction.
llvm-svn: 168946
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Analysis/AliasAnalysis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Analysis/AliasAnalysis.h b/llvm/include/llvm/Analysis/AliasAnalysis.h
index be274afd155..42adda3bd89 100644
--- a/llvm/include/llvm/Analysis/AliasAnalysis.h
+++ b/llvm/include/llvm/Analysis/AliasAnalysis.h
@@ -587,9 +587,9 @@ bool isNoAliasCall(const Value *V);
/// isIdentifiedObject - Return true if this pointer refers to a distinct and
/// identifiable object. This returns true for:
/// Global Variables and Functions (but not Global Aliases)
-/// Allocas and Mallocs
+/// Allocas
/// ByVal and NoAlias Arguments
-/// NoAlias returns
+/// NoAlias returns (e.g. calls to malloc)
///
bool isIdentifiedObject(const Value *V);
OpenPOWER on IntegriCloud