do not sign extend characters input to isprint. This improves
authorChris Lattner <sabre@nondot.org>
Thu, 22 Jan 2009 23:38:45 +0000 (23:38 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Jan 2009 23:38:45 +0000 (23:38 +0000)
commitbbfa244b2fa986c53a1bcf38b6dd0fea082afaaa
tree3878d2e0b467e7a056a6026d3455e3452a968be8
parentd94aa403b74d2c5a726d26d666a1396a82443bb6
do not sign extend characters input to isprint.  This improves
compatibility with VC++.  Patch by Max Burke!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62813 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp