On Wednesday 16 April 2008 13:48, Evan Cheng wrote:
> LiveInterval::iterator BLR = IntB.FindLiveRangeContaining(CopyIdx);
> + if (BLR == IntB.end()) // Should never happen!
> + return false;
Shouldn't this and similar constructs have asserts?
-Dave