search for: possiblydead

Displaying 1 result from an estimated 1 matches for "possiblydead".

Did you mean: possiblidad
2007 Jul 12
0
[LLVMdev] [PATCH] trivial: remove unused variable
...forms/Scalar/FastDSE.cpp (revision 39772) +++ b/lib/Transforms/Scalar/FastDSE.cpp (working copy) @@ -171,7 +171,6 @@ /// 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; -- :wq