MCDisassembler::getInstruction():: Prune also "\param Region", since it was removed in r221751. [-Wdocumentation]

llvm-svn: 221775
This commit is contained in:
NAKAMURA Takumi 2014-11-12 07:42:26 +00:00
parent be8808dc3f
commit c06606a98c
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ public:
/// @param Size - A value to populate with the size of the instruction, or /// @param Size - A value to populate with the size of the instruction, or
/// the number of bytes consumed while attempting to decode /// the number of bytes consumed while attempting to decode
/// an invalid instruction. /// 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 /// @param Address - The address, in the memory space of region, of the first
/// byte of the instruction. /// byte of the instruction.
/// @param VStream - The stream to print warnings and diagnostic messages on. /// @param VStream - The stream to print warnings and diagnostic messages on.