1
0
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:
Chris Lattner 2004-11-05 04:52:08 +00:00
parent 499e1b16a7
commit 9f23af6d68

View File

@ -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