From 7bbe85d3671765ea448921173b0170e6eeacbd21 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357331 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/LoopPredication.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Transforms/Scalar/LoopPredication.cpp b/lib/Transforms/Scalar/LoopPredication.cpp index 250f6e259af..7695889a4a5 100644 --- a/lib/Transforms/Scalar/LoopPredication.cpp +++ b/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.50.1