mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 22:34:39 +00:00
Update comment for malloc being a library call now, rather than an instruction.
llvm-svn: 168946
This commit is contained in:
parent
d71b8c4e64
commit
c7892a6f58
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user