http://llvm.org/bugs/show_bug.cgi?id=13719
Lang Hames <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Lang Hames <[email protected]> 2012-09-03 01:33:27 CDT --- Live interval update wasn't preserving the EC bit on range endpoints, so: [0r,100e), [100e, 200r) Would end up as [0r, 110r), [110e, 200r) Which self-intersects. This was triggering the assertion. Fixed in r163107. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
