From b55637b5d76c6f7aa5aea4bfbd2bc832f9e68ec8 Mon Sep 17 00:00:00 2001 From: Philip Reames Date: Fri, 29 Mar 2019 23:10:01 +0000 Subject: [PATCH] [LoopPredication] Remove stale TODO llvm-svn: 357331 --- llvm/lib/Transforms/Scalar/LoopPredication.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/lib/Transforms/Scalar/LoopPredication.cpp b/llvm/lib/Transforms/Scalar/LoopPredication.cpp index 250f6e2..7695889 100644 --- a/llvm/lib/Transforms/Scalar/LoopPredication.cpp +++ b/llvm/lib/Transforms/Scalar/LoopPredication.cpp @@ -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?"); -- 2.7.4