Chris Lattner 2429ec5fdf 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.

llvm-svn: 28601
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