TableGen/X86RecognizableInstr.h: Prune out-of-date "@param isSSE". [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 2 Feb 2014 10:53:36 +0000 (10:53 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 2 Feb 2014 10:53:36 +0000 (10:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200628 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/X86RecognizableInstr.h

index 75d438e4d07974b9da91e24dfd5e3759cda13515..70c785ed8896d6f8a8618b733df7c4b7298995ef 100644 (file)
@@ -138,10 +138,6 @@ private:
   ///
   /// @param s              - The string, as extracted by calling Rec->getName()
   ///                         on a CodeGenInstruction::OperandInfo.
-  /// @param isSSE          - Indicates whether the instruction is an SSE 
-  ///                         instruction.  For SSE instructions, immediates are 
-  ///                         fixed-size rather than being affected by the
-  ///                         mandatory OpSize prefix.
   /// @param hasREX_WPrefix - Indicates whether the instruction has a REX.W
   ///                         prefix.  If it does, 32-bit register operands stay
   ///                         32-bit regardless of the operand size.