[LoopPredication] Remove stale TODO
authorPhilip Reames <listmail@philipreames.com>
Fri, 29 Mar 2019 23:10:01 +0000 (23:10 +0000)
committerPhilip Reames <listmail@philipreames.com>
Fri, 29 Mar 2019 23:10:01 +0000 (23:10 +0000)
llvm-svn: 357331

llvm/lib/Transforms/Scalar/LoopPredication.cpp

index 250f6e2..7695889 100644 (file)
@@ -390,8 +390,6 @@ Value *LoopPredication::expandCheck(SCEVExpander &Expander,
                                     IRBuilder<> &Builder,
                                     ICmpInst::Predicate Pred, const SCEV *LHS,
                                     const SCEV *RHS) {
-  // TODO: we can check isLoopEntryGuardedByCond before emitting the check
-
   Type *Ty = LHS->getType();
   assert(Ty == RHS->getType() && "expandCheck operands have different types?");