[llvm] r221775 - MCDisassembler::getInstruction():: Prune also "\param Region", since it was removed in r221751. [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Tue Nov 11 23:42:26 PST 2014
Author: chapuni
Date: Wed Nov 12 01:42:26 2014
New Revision: 221775
URL: http://llvm.org/viewvc/llvm-project?rev=221775&view=rev
Log:
MCDisassembler::getInstruction():: Prune also "\param Region", since it was removed in r221751. [-Wdocumentation]
Modified:
llvm/trunk/include/llvm/MC/MCDisassembler.h
Modified: llvm/trunk/include/llvm/MC/MCDisassembler.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCDisassembler.h?rev=221775&r1=221774&r2=221775&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCDisassembler.h (original)
+++ llvm/trunk/include/llvm/MC/MCDisassembler.h Wed Nov 12 01:42:26 2014
@@ -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.
More information about the llvm-commits
mailing list