mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 04:31:17 +00:00
Add a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110426 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9c09f16a53
commit
13214eb8cc
@ -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