From: Evan Cheng Date: Thu, 25 Oct 2007 18:38:24 +0000 (+0000) Subject: Remove code that's commented out. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2c8ca5c415b876ef816286202621b1cf2c30fcad;p=oota-llvm.git Remove code that's commented out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43356 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index a011dd732f5..5805e02a55a 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -1469,8 +1469,6 @@ ICmpInst *LoopStrengthReduce::ChangeCompareStride(Loop *L, ICmpInst *Cond, NewIncV = NULL; for (std::vector::iterator UI = SI->second.Users.begin(), E = SI->second.Users.end(); UI != E; ++UI) { - // if (!isa(UI->Offset)) - // continue; NewIncV = UI->OperandValToReplace; if (NewIncV->getType() == CmpTy) break;