Move the scratch buffer allocation for x86 instructions from being allocated each...
authorJason Molenda <jmolenda@apple.com>
Wed, 10 Oct 2012 21:37:00 +0000 (21:37 +0000)
committerJason Molenda <jmolenda@apple.com>
Wed, 10 Oct 2012 21:37:00 +0000 (21:37 +0000)
commit64dc7798a465ae0acf7b23117f7199d51d3a050a
tree107490d69fbd6eb10647dfbb9a345120a434abbb
parent17418964f8133a7200ab708338c5faefae36da6d
Move the scratch buffer allocation for x86 instructions from being allocated each instruction,
to once in the AssemblyParse_x86 ctor.
an instruction

llvm-svn: 165662
lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp