MCDisassembler::getInstruction():: Prune also "\param Region", since it was removed...
[oota-llvm.git] / include / llvm / MC / MCDisassembler.h
index d27cf39726c3ff1983a48b64c78780cca1fd9067..d6b0a305b1daee90e9b7c5295135b37260551c70 100644 (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.