[LVI] Delete stale and misleading comment.

llvm-svn: 267661
This commit is contained in:
Philip Reames 2016-04-27 03:03:15 +00:00
parent 8676c3d599
commit c67651dd70
1 changed files with 0 additions and 5 deletions

View File

@ -235,11 +235,6 @@ public:
return markOverdefined();
}
// RHS is a ConstantRange, LHS is a non-integer Constant.
// FIXME: consider the case where RHS is a range [1, 0) and LHS is
// a function. The correct result is to pick up RHS.
return markOverdefined();
}