mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 00:14:20 +00:00
Fix comments, steens is context sensitive, we just haven't implemented
mod/ref apis yet git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4485 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
09e89faf8c
commit
4f53bef7cd
@ -50,16 +50,16 @@ namespace {
|
||||
// alias - This is the only method here that does anything interesting...
|
||||
Result alias(const Value *V1, const Value *V2) const;
|
||||
|
||||
/// canCallModify - We are not interprocedural, so we do nothing exciting.
|
||||
/// canCallModify - Not implemented yet: FIXME
|
||||
///
|
||||
Result canCallModify(const CallInst &CI, const Value *Ptr) const {
|
||||
return MayAlias;
|
||||
}
|
||||
|
||||
/// canInvokeModify - We are not interprocedural, so we do nothing exciting.
|
||||
/// canInvokeModify - Not implemented yet: FIXME
|
||||
///
|
||||
Result canInvokeModify(const InvokeInst &I, const Value *Ptr) const {
|
||||
return MayAlias; // We are not interprocedural
|
||||
return MayAlias;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user