forked from OSchip/llvm-project
MCDisassembler::getInstruction():: Prune also "\param Region", since it was removed in r221751. [-Wdocumentation]
llvm-svn: 221775
This commit is contained in:
parent
be8808dc3f
commit
c06606a98c
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue