"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "7a6b11e70762d02a7526790a54fd205ae3f420ba"
Fix a couple bugs in the way we handle array indexes in array bounds checking....
Fix a couple bugs in the way we handle array indexes in array bounds checking. Specifically, make sure we don't ignore explicit casts in indexes, and make sure we use unsigned extension/comparisons on indexes. Fixes <rdar://problem/10916006>. llvm-svn: 151569
Loading
Please register or sign in to comment