[PATCH] D26064: [ADT] IntervalMap: fix setStart and setStop
Michael LeMay via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 28 10:51:52 PDT 2016
mlemay-intel added a comment.
In https://reviews.llvm.org/D26064#581794, @vsk wrote:
> ...
>
> - If we create a 0-element interval using setStart/setStop, it just gets deleted.
The revised assertion will fail in that case. Is deleting the interval actually the desired behavior?
https://reviews.llvm.org/D26064
More information about the llvm-commits
mailing list