Chris Lattner 6fb568f77e Fix utostr once and for all, by making there only be one function named
utostr.  To keep the efficiency in the 32-bit case, make it check to see if
the value is 32-bits and if so switch over to the faster 32-bit case.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28601 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-31 21:25:50 +00:00
..
2006-05-14 19:10:22 +00:00
2006-05-31 15:30:18 +00:00
2006-05-24 19:21:13 +00:00
2006-05-31 16:03:20 +00:00