From: NAKAMURA Takumi Date: Wed, 12 Nov 2014 07:42:26 +0000 (+0000) Subject: MCDisassembler::getInstruction():: Prune also "\param Region", since it was removed... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=23fc2a391dd3a934f0a837f5a9f89407cc6f01d3;p=oota-llvm.git 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 --- diff --git a/include/llvm/MC/MCDisassembler.h b/include/llvm/MC/MCDisassembler.h index d27cf39726c..d6b0a305b1d 100644 --- a/include/llvm/MC/MCDisassembler.h +++ b/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.