summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-05 04:52:08 +0000
committerChris Lattner <sabre@nondot.org>2004-11-05 04:52:08 +0000
commit303bdd1e4b1d9a2f5e75f35ade3cc459892e9ad9 (patch)
treea4e1ab0caefdb5a5bf2d7e244895d956e4d33b08 /llvm/lib/Analysis
parent429aaa585564be98499885137d839098d27a51f3 (diff)
downloadbcm5719-llvm-303bdd1e4b1d9a2f5e75f35ade3cc459892e9ad9.tar.gz
bcm5719-llvm-303bdd1e4b1d9a2f5e75f35ade3cc459892e9ad9.zip
Remove dead var
llvm-svn: 17485
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/AliasSetTracker.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/AliasSetTracker.cpp b/llvm/lib/Analysis/AliasSetTracker.cpp
index b3f1a6d1612..2da144c35fe 100644
--- a/llvm/lib/Analysis/AliasSetTracker.cpp
+++ b/llvm/lib/Analysis/AliasSetTracker.cpp
@@ -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
OpenPOWER on IntegriCloud