"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "0e7d25233ecaa9ba618c2154474aaa53c3df616b"
If char/short are shorter than int, do not use U as suffix for
constants. Comparing int against a constant of the given type like UINT8_MAX will otherwise force a promotion to unsigned int, which is typically not expected. llvm-svn: 213301
Loading
Please register or sign in to comment