diff options
author | Eli Bendersky <eliben@google.com> | 2012-12-07 22:06:56 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2012-12-07 22:06:56 +0000 |
commit | 84b2a795705d994d2a333d49a00ff7132627cbe3 (patch) | |
tree | cad6f5200d41b6005a1fb12e449d8ba8c7f485e0 /lldb/source/Interpreter/CommandObjectScript.cpp | |
parent | a0e4706fe6561e39a7a2fb4929553fa364feae25 (diff) | |
download | bcm5719-llvm-84b2a795705d994d2a333d49a00ff7132627cbe3.tar.gz bcm5719-llvm-84b2a795705d994d2a333d49a00ff7132627cbe3.zip |
Make the contents of encoded sections SmallVector<char, N> instead of
SmallString. This makes it possible to use the length-erased SmallVectorImpl
in the interface without imposing buffer size. Thus, the size of MCInstFragment
is back down since a preallocated 8-byte contents buffer is enough.
It would be generally a good idea to rid all the fragments of SmallString as
contents, because a vector just makes more sense.
llvm-svn: 169644
Diffstat (limited to 'lldb/source/Interpreter/CommandObjectScript.cpp')
0 files changed, 0 insertions, 0 deletions