mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 17:00:01 +00:00
Add a comment.
llvm-svn: 110426
This commit is contained in:
parent
5e9f9c921e
commit
66b637e4da
@ -169,7 +169,8 @@ public:
|
||||
virtual ModRefBehavior getModRefBehavior(const Function *F);
|
||||
|
||||
/// getIntrinsicModRefBehavior - Return the modref behavior of the intrinsic
|
||||
/// with the given id.
|
||||
/// with the given id. Most clients won't need this, because the regular
|
||||
/// getModRefBehavior incorporates this information.
|
||||
static ModRefBehavior getIntrinsicModRefBehavior(unsigned iid);
|
||||
|
||||
/// doesNotAccessMemory - If the specified call is known to never read or
|
||||
|
Loading…
x
Reference in New Issue
Block a user