commit | 3930cbe5d7c8732c6f6194add72b9978385a5bab | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Tue May 24 20:36:40 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Tue May 24 20:36:40 2011 +0000 |
tree | 1b7b954117ce153b29742c016ab98cbe3939c154 | |
parent | 1c3b9f84cb5b1366de12fe83f09552595cfb9f38 [diff] [blame] |
Add comment. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@131998 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Disassembler/llvm/DisassemblerLLVM.cpp b/source/Plugins/Disassembler/llvm/DisassemblerLLVM.cpp index 5e77375..caed8c5 100644 --- a/source/Plugins/Disassembler/llvm/DisassemblerLLVM.cpp +++ b/source/Plugins/Disassembler/llvm/DisassemblerLLVM.cpp
@@ -132,6 +132,8 @@ if (!Str.empty() && Str.back() == c) Str = Str.substr(0, Str.size()-1); } +// Aligns the raw disassembly (passed as 'str') with the rest of edis'ed disassembly output. +// This is called from non-raw mode when edis of the current m_inst fails for some reason. static void Align(Stream *s, const char *str, size_t opcodeColWidth, size_t operandColWidth) {