Skip to content
Commit 69b586e5 authored by Chris Lattner's avatar Chris Lattner
Browse files

change printStringChar to emit characters as unsigned char instead of char,

avoiding sign extension for the top octet.  For "negative" chars, we'd print
stuff like:

.asciz	"\702...
now we print:
.asciz	"\302...

llvm-svn: 68577
parent ad3e549a
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