mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 22:15:18 +00:00
Delete obsolete comments.
llvm-svn: 110277
This commit is contained in:
parent
0e09eb9f77
commit
9ded12adcb
@ -140,17 +140,11 @@ public:
|
||||
|
||||
// AccessesArguments - This function accesses function arguments in well
|
||||
// known (possibly volatile) ways, but does not access any other memory.
|
||||
//
|
||||
// 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 well known (possibly volatile) ways, but
|
||||
// does not access any other memory.
|
||||
//
|
||||
// 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…
Reference in New Issue
Block a user