Fix utostr once and for all, by making there only be one function named
authorChris Lattner <sabre@nondot.org>
Wed, 31 May 2006 21:25:50 +0000 (21:25 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 May 2006 21:25:50 +0000 (21:25 +0000)
commit6fb568f77e6766871ad07b3b206571e96b56dfb5
treeaf5e435c1a75e67126f7c920ee883d3e95aa2001
parent13d4ab4009822699f7546706bbc049cd8820d30a
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
include/llvm/ADT/StringExtras.h