mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
Allow clients to be more efficient.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12831 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
414c36769a
commit
65585aa3fc
@ -49,6 +49,10 @@ 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; }
|
||||
|
||||
/// pointsToConstantMemory - Chase pointers until we find a (constant
|
||||
/// global) or not.
|
||||
bool pointsToConstantMemory(const Value *P);
|
||||
|
Loading…
x
Reference in New Issue
Block a user