Reid Spencer af0e956cef 1. Remove dead code (lshift function).
2. Consolidate memory allocation into just two inline functions.
3. Convert "unsigned" to uint32_t to gaurantee its size.
4. Eliminate magic constants and replace with symbolic equivalent.
5. Improve code documentation slightly.
6. Simplify the logical operator code because bitwidths must be the same.
7. Fix indentation per coding standards.
8. Use exit-early style to reduce indentation in several functions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34389 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-18 18:38:44 +00:00
..
2007-02-15 02:26:10 +00:00
2007-02-15 03:39:18 +00:00
2007-02-15 03:39:18 +00:00
2007-02-15 02:26:10 +00:00
2007-02-15 02:26:10 +00:00
2007-02-17 11:06:00 +00:00