"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "5bc0957f5b9e164a4c339fde0cb79f5c8e0f1f8b"
Several fixes:
(1) Applied patch from Casey to implement iterator::operator= correctly: it should use a pointer, not a reference. (2) Added operators == and !=, and method all(). (3) Important bug fix: excess bits need to be ignored in operations like ==, count(), and all(). We do this by ensuring excess bits in the last bitset are always 0. llvm-svn: 4837
Loading
Please register or sign in to comment