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 | b8bca52c7d6cc59e275676a2b58f62af998f9fea (patch) | |
| tree | c03c9c1af3e2b19f8a8d45f09eaaece7053566af | |
| parent | 1ef777cbb44c716c2b63e758fd770b32887d74a1 (diff) | |
| download | bcm5719-llvm-b8bca52c7d6cc59e275676a2b58f62af998f9fea.tar.gz bcm5719-llvm-b8bca52c7d6cc59e275676a2b58f62af998f9fea.zip | |
checked in as obvious,
thanks Benoit Boissinot!
llvm-svn: 39774
| -rw-r--r-- | llvm/lib/Transforms/Scalar/FastDSE.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/FastDSE.cpp b/llvm/lib/Transforms/Scalar/FastDSE.cpp index e353aef7f92..f5c5c547a0c 100644 --- a/llvm/lib/Transforms/Scalar/FastDSE.cpp +++ b/llvm/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; |

