[llvm-commits] [llvm] r49807 - /llvm/trunk/lib/CodeGen/SimpleRegisterCoalescing.cpp

David Greene dag at cray.com
Wed Apr 16 13:29:42 PDT 2008


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



More information about the llvm-commits mailing list