Skip to content

Commit b55637b

Browse files
committed
[LoopPredication] Remove stale TODO
llvm-svn: 357331
1 parent 3d4e108 commit b55637b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Transforms/Scalar/LoopPredication.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,6 @@ Value *LoopPredication::expandCheck(SCEVExpander &Expander,
390390
IRBuilder<> &Builder,
391391
ICmpInst::Predicate Pred, const SCEV *LHS,
392392
const SCEV *RHS) {
393-
// TODO: we can check isLoopEntryGuardedByCond before emitting the check
394-
395393
Type *Ty = LHS->getType();
396394
assert(Ty == RHS->getType() && "expandCheck operands have different types?");
397395

0 commit comments

Comments
 (0)