Currently we always return true, when markConstantRange is used on an
object already containing a constant range. If NewR is equal to the
existing constant range however, nothing changes and we should return
false.
I also went ahead and added a clarifying comment and improved the
assertion.
If NewR is precisely equal to the current range, it makes sense to do nothing. It doesn't make sense to call markConstantRange with a NewR that's a subset of the current range.