mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-29 16:23:44 +00:00
Update comments. There is no getArgumentAccesses.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9bf23b5452
commit
4c0d951780
@ -129,16 +129,16 @@ public:
|
||||
// AccessesArguments - This function accesses function arguments in
|
||||
// non-volatile and well known ways, but does not access any other memory.
|
||||
//
|
||||
// Clients may call getArgumentAccesses to get specific information about
|
||||
// how pointer arguments are used.
|
||||
// Clients may use the Info parameter of getModRefBehavior to get specific
|
||||
// information about how pointer arguments are used.
|
||||
AccessesArguments,
|
||||
|
||||
// AccessesArgumentsAndGlobals - This function has accesses function
|
||||
// arguments and global variables in non-volatile and well-known ways, but
|
||||
// does not access any other memory.
|
||||
//
|
||||
// Clients may call getArgumentAccesses to get specific information about
|
||||
// how pointer arguments and globals are used.
|
||||
// Clients may use the Info parameter of getModRefBehavior to get specific
|
||||
// information about how pointer arguments are used.
|
||||
AccessesArgumentsAndGlobals,
|
||||
|
||||
// OnlyReadsMemory - This function does not perform any non-local stores or
|
||||
|
Loading…
x
Reference in New Issue
Block a user