diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-18 18:42:35 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-18 18:42:35 +0000 |
commit | 68b6184884e4c591c77387e4e24d4fe09ead9603 (patch) | |
tree | 64462090ced0eaed616d981b142298e45c3ce3ca /llvm/lib/Support/APInt.cpp | |
parent | a856b6e985736916cd9ddfaa1e875cb657fc87a4 (diff) | |
download | bcm5719-llvm-68b6184884e4c591c77387e4e24d4fe09ead9603.tar.gz bcm5719-llvm-68b6184884e4c591c77387e4e24d4fe09ead9603.zip |
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).
llvm-svn: 34390
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
0 files changed, 0 insertions, 0 deletions