Update comment for malloc being a library call now, rather than an instruction.

llvm-svn: 168946
This commit is contained in:
Dan Gohman 2012-11-29 21:58:47 +00:00
parent d71b8c4e64
commit c7892a6f58

View File

@ -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);