OSDN Git Service

Fix some buges:
authorZhou Sheng <zhousheng00@gmail.com>
Thu, 15 Feb 2007 06:36:31 +0000 (06:36 +0000)
committerZhou Sheng <zhousheng00@gmail.com>
Thu, 15 Feb 2007 06:36:31 +0000 (06:36 +0000)
commitb04973edfaffb12905f58379d632f0d7e4bb5d9b
treedafe065e2aeb2d1acc2adc3147e26364e38bb63f
parent61de82d8853a02fe39c47302432abb70a586704f
Fix some buges:
1. Make getMinValue() returns the right value.
2. Fix the ByteSwap() crash problem.
3. Make Postfix increment work correctly.
4. Fix some bugs in LogBase2, Hi/LoBits and UDiv.

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