MSVC's implementation of isalnum will assert on characters > 255, so we need...
MSVC's implementation of isalnum will assert on characters > 255, so we need to use an unsigned char to ensure the integer promotion happens properly. This fixes an assert in debug builds with CodeGen\X86\utf8.ll llvm-svn: 160286
Loading
Please register or sign in to comment