diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-08 00:28:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-08 00:28:38 +0000 |
commit | 69b586e5473ca5cb8bae18438a1060904ffda509 (patch) | |
tree | 135a23a2e0c2a9b0d403972c9cf08ada4472019e /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | ad3e549a53d08e0386764bd2c322a89769baa456 (diff) | |
download | bcm5719-llvm-69b586e5473ca5cb8bae18438a1060904ffda509.tar.gz bcm5719-llvm-69b586e5473ca5cb8bae18438a1060904ffda509.zip |
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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions