forked from OSchip/llvm-project
parent
429aaa5855
commit
303bdd1e4b
|
@ -265,7 +265,6 @@ bool AliasSetTracker::add(FreeInst *FI) {
|
|||
|
||||
|
||||
bool AliasSetTracker::add(CallSite CS) {
|
||||
bool NewPtr;
|
||||
if (Function *F = CS.getCalledFunction())
|
||||
if (AA.doesNotAccessMemory(F))
|
||||
return true; // doesn't alias anything
|
||||
|
|
Loading…
Reference in New Issue