From 23fc2a391dd3a934f0a837f5a9f89407cc6f01d3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 12 Nov 2014 07:42:26 +0000 Subject: [PATCH] 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 --- include/llvm/MC/MCDisassembler.h | 1 - 1 file changed, 1 deletion(-) 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. -- 2.50.1