Remove dead var

llvm-svn: 17485
This commit is contained in:
Chris Lattner 2004-11-05 04:52:08 +00:00
parent 429aaa5855
commit 303bdd1e4b
1 changed files with 0 additions and 1 deletions

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