forked from OSchip/llvm-project
[LVI] Delete stale and misleading comment.
llvm-svn: 267661
This commit is contained in:
parent
8676c3d599
commit
c67651dd70
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue