OSDN Git Service

Implement signed output for toString.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 18 Feb 2007 00:44:22 +0000 (00:44 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 18 Feb 2007 00:44:22 +0000 (00:44 +0000)
commit443b570149f5756b298de6b63d13bbbf66b4f6fc
tree13d4875319333aa02d98ce16b437529ff5325bed
parent63925c831ae17a6f894744dbc153dbc9ed4c1902
Implement signed output for toString.
Fix bugs in countLeadingZeros and countTrailingZeros.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34386 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APInt.h
lib/Support/APInt.cpp