Use utohex_buffer instead of utohexstr to avoid creating a temporary
authorChris Lattner <sabre@nondot.org>
Mon, 10 Nov 2008 04:30:26 +0000 (04:30 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Nov 2008 04:30:26 +0000 (04:30 +0000)
commitc6a1346d7c6bb761f9e6c2c85b53febba1cb15db
tree6ff26def7afd94a7262402bd084c0152497e3c35
parent886645a3c3a5628b2c062cd486e24b86d82d84d9
Use utohex_buffer instead of utohexstr to avoid creating a temporary
string in the .ll and .s printers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58962 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/VMCore/AsmWriter.cpp