Reid Spencer a932e3f799 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
2007-02-18 18:42:35 +00:00
..
2007-01-27 01:14:20 +00:00
2005-04-21 20:19:05 +00:00
2005-10-26 15:02:21 +00:00
2005-04-21 20:19:05 +00:00
2007-02-01 05:32:05 +00:00
2006-11-28 23:31:42 +00:00
2005-04-21 20:19:05 +00:00
2007-02-04 00:30:40 +00:00
2007-02-04 00:12:12 +00:00
2005-04-21 20:19:05 +00:00
2006-11-28 22:32:35 +00:00
2005-04-21 20:19:05 +00:00
2007-02-06 14:59:28 +00:00