"The C standards do say that "char" may either be a "signed char" or "unsigned
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Tue, 27 Mar 2007 16:33:08 +0000 (16:33 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Tue, 27 Mar 2007 16:33:08 +0000 (16:33 +0000)
commit1baa1971a66d6a250d07b7bee249653bd91453a0
treee85fe8b5a1a9b4579e5108a9414ebace13b85c93
parentb8a93a45f8db0ff507c3833c88f24d5fcd9b2ed4
"The C standards do say that "char" may either be a "signed char" or "unsigned
char" and it is up to the compilers implementation or the platform which is
followed."
http://www.arm.linux.org.uk/docs/faqs/signedchar.php

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35382 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp