Use utostr from StringExtras.h instead of ostringstream from <sstream>.
authorDan Gohman <gohman@apple.com>
Tue, 26 Jun 2007 15:14:48 +0000 (15:14 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 26 Jun 2007 15:14:48 +0000 (15:14 +0000)
commitacaf32e2363ac2e57da52c49af803204dcda48ed
treeee6f55d170846bada01585172ab479e7a1552774
parent798cb2ab82afd5862c80594abf47dac5f4251221
Use utostr from StringExtras.h instead of ostringstream from <sstream>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37731 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/ValueTypes.cpp