diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-12 07:42:26 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-12 07:42:26 +0000 |
| commit | c06606a98c04dc9daa4ba6f7f2526d8d74d92f59 (patch) | |
| tree | 06b84c3df70847e0e64ea97015a9605bb3feb611 | |
| parent | be8808dc3f6ad77496299dd936b81ec3116f475a (diff) | |
| download | bcm5719-llvm-c06606a98c04dc9daa4ba6f7f2526d8d74d92f59.tar.gz bcm5719-llvm-c06606a98c04dc9daa4ba6f7f2526d8d74d92f59.zip | |
MCDisassembler::getInstruction():: Prune also "\param Region", since it was removed in r221751. [-Wdocumentation]
llvm-svn: 221775
| -rw-r--r-- | llvm/include/llvm/MC/MCDisassembler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/MC/MCDisassembler.h b/llvm/include/llvm/MC/MCDisassembler.h index d27cf39726c..d6b0a305b1d 100644 --- a/llvm/include/llvm/MC/MCDisassembler.h +++ b/llvm/include/llvm/MC/MCDisassembler.h @@ -66,7 +66,6 @@ public: /// @param Size - A value to populate with the size of the instruction, or /// the number of bytes consumed while attempting to decode /// an invalid instruction. - /// @param Region - The memory object to use as a source for machine code. /// @param Address - The address, in the memory space of region, of the first /// byte of the instruction. /// @param VStream - The stream to print warnings and diagnostic messages on. |

