[LoopPredication] Remove stale TODO

llvm-svn: 357331
This commit is contained in:
Philip Reames 2019-03-29 23:10:01 +00:00
parent 3d4e108237
commit b55637b5d7
1 changed files with 0 additions and 2 deletions

View 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?");