diff options
author | Gabor Greif <ggreif@gmail.com> | 2007-07-12 13:31:38 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2007-07-12 13:31:38 +0000 |
commit | 3b0a7ea66e338e9a91a2203ceda494c01a68ac24 (patch) | |
tree | e06009e156681be302ef24d84298740e885a817a /lib/Transforms/Scalar/FastDSE.cpp | |
parent | fe202734270cc8ade522d75ee8d92536b50c14b4 (diff) |
checked in as obvious,
thanks Benoit Boissinot!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39774 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/FastDSE.cpp')
-rw-r--r-- | lib/Transforms/Scalar/FastDSE.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/FastDSE.cpp b/lib/Transforms/Scalar/FastDSE.cpp index e353aef7f9..f5c5c547a0 100644 --- a/lib/Transforms/Scalar/FastDSE.cpp +++ b/lib/Transforms/Scalar/FastDSE.cpp @@ -171,7 +171,6 @@ bool FDSE::handleFreeWithNonTrivialDependency(FreeInst* F, StoreInst* dependency /// handleEndBlock - Remove dead stores to stack-allocated locations in the function /// end block bool FDSE::handleEndBlock(BasicBlock& BB, SetVector<Instruction*>& possiblyDead) { - AliasAnalysis &AA = getAnalysis<AliasAnalysis>(); MemoryDependenceAnalysis &MD = getAnalysis<MemoryDependenceAnalysis>(); bool MadeChange = false; |