Replace usages of llvm::utostr_32 with just llvm::utostr. While this is less efficien...
authorCraig Topper <craig.topper@gmail.com>
Sun, 31 Jan 2016 20:00:24 +0000 (20:00 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 31 Jan 2016 20:00:24 +0000 (20:00 +0000)
commit3ef74f5956d36515781d4a3342cfce7e1f2a5c82
treec6bc076b4a9bfaca894ce571e64c97d358a84adb
parentfa8b2317a6a46fd7ca015fb56119aed3be37656a
Replace usages of llvm::utostr_32 with just llvm::utostr. While this is less efficient, its unclear the few places that were using the _32 version were doing so for efficiency.

llvm-svn: 259330
llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp