mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Remove dead var
llvm-svn: 17485
This commit is contained in:
parent
499e1b16a7
commit
9f23af6d68
@ -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…
x
Reference in New Issue
Block a user