Skip to content
Commit ed9b0a91 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

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
parent 403845ba
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment