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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221775 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-11-12 07:42:26 +00:00
parent 5f9c438577
commit 23fc2a391d

View File

@ -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.