summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-08 00:28:38 +0000
committerChris Lattner <sabre@nondot.org>2009-04-08 00:28:38 +0000
commit69b586e5473ca5cb8bae18438a1060904ffda509 (patch)
tree135a23a2e0c2a9b0d403972c9cf08ada4472019e /clang/lib/CodeGen/CodeGenModule.cpp
parentad3e549a53d08e0386764bd2c322a89769baa456 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud