switch from std::string to SmallString + raw_svector_ostream.
authorChris Lattner <sabre@nondot.org>
Wed, 2 Sep 2009 17:37:38 +0000 (17:37 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Sep 2009 17:37:38 +0000 (17:37 +0000)
commit3bd52827bd65bdb5d6b6440a5fce0747eb414a60
treead52d6872d80635c1777e4daea7735e444b031d2
parent522e9a0435ebba7b25802992031d0657654c281c
switch from std::string to SmallString + raw_svector_ostream.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80807 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86MCInstLower.cpp