mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 08:11:52 +00:00
basic-aa can actually provide simple mod/ref info
llvm-svn: 15251
This commit is contained in:
parent
9cfa22fb48
commit
fe3fff9354
@ -83,9 +83,9 @@ namespace {
|
||||
|
||||
ModRefResult getModRefInfo(CallSite CS, Value *P, unsigned Size);
|
||||
|
||||
/// hasNoModRefInfoForCalls - We have no way to test one call against
|
||||
/// another, unless they are pure or const.
|
||||
virtual bool hasNoModRefInfoForCalls() const { return true; }
|
||||
/// hasNoModRefInfoForCalls - We can provide mod/ref information against
|
||||
/// non-escaping allocations.
|
||||
virtual bool hasNoModRefInfoForCalls() const { return false; }
|
||||
|
||||
/// pointsToConstantMemory - Chase pointers until we find a (constant
|
||||
/// global) or not.
|
||||
|
Loading…
x
Reference in New Issue
Block a user