OSDN Git Service

1. Fix some indentation and variable names in the get{Min,Max}Value methods.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 18 Feb 2007 22:29:05 +0000 (22:29 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 18 Feb 2007 22:29:05 +0000 (22:29 +0000)
commitf99a0ac0dcdce617df7af21596ceb8dc76b5839c
treebff50dc9e61c0e25850bc0d90e1c14e9163745ca
parent4a6f363491c37e0a31f462e72d640d9d4c63177e
1. Fix some indentation and variable names in the get{Min,Max}Value methods.
2. Implement toString for power-of-2 radix without using divide and always
   printing full words. This allows hex/binary to look at the bit
   respresentation of the APInt as well as avoid bugs in divide.

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