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-02-12 05:00:35 +00:00
2007-02-15 02:26:10 +00:00
2007-02-15 02:26:10 +00:00
2007-01-26 01:08:18 +00:00
2007-02-15 02:26:10 +00:00
2007-02-15 03:39:18 +00:00
2007-02-05 20:47:22 +00:00
2006-10-20 07:07:24 +00:00
2007-02-15 02:26:10 +00:00
2007-02-05 20:47:22 +00:00
2006-11-11 19:59:25 +00:00
2007-02-12 05:00:35 +00:00
2007-01-05 20:16:23 +00:00
2007-02-15 02:26:10 +00:00