Replace usage of llvm::utostr_32 with just llvm::utostr. While this is less efficient...
authorCraig Topper <craig.topper@gmail.com>
Sun, 31 Jan 2016 04:20:03 +0000 (04:20 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 31 Jan 2016 04:20:03 +0000 (04:20 +0000)
commitf42e031c79678ab79e1e7c4c86c9edad764b046c
treeb90e13dc1237d6e999cbece7ad8acfb0344c8936
parent3b428cb76472b0c4706e9075f5977233a79a3786
Replace usage of llvm::utostr_32 with just llvm::utostr. While this is less efficient, its unclear that the one place using the _32 version was doing so for efficiency.

llvm-svn: 259316
clang/lib/AST/ItaniumMangle.cpp