"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "5ffd53892dd5c8e4c83eccd36915043819a9ceaa"
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
This is necessary not only for representing empty ranges, but for handling multibyte characters in the input. (If the end pointer in a range refers to a multibyte character, should it point to the beginning or the end of the character in a char array?) Some of the code in the asm parsers was already assuming this anyway. llvm-svn: 171765
Loading
Please register or sign in to comment