OSDN Git Service

1. "unsigned" -> "uint32_t" to gaurantee its bit width on all platforms.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 18 Feb 2007 18:42:35 +0000 (18:42 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 18 Feb 2007 18:42:35 +0000 (18:42 +0000)
commita932e3f799cbf2f689e4987fea543d3f8661e7a8
tree6be0d5d5f7dde1647464a26a7ca02b10c86a2396
parentaf0e956cefa4a7ed0c252f26a311a62cb961bb62
1. "unsigned" -> "uint32_t" to gaurantee its bit width on all platforms.
   Size matters in this case.
2. Remove the unused whichByte private function, which was also broken.
3. Remove the non-const overload of the getWord function, getWord() is
   never used as an lvalue.
4. Rename some local variables for clarity (e.g. API -> Result).

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