summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-02-02 10:53:36 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-02-02 10:53:36 +0000
commit3328a1dadc4a7337a5ad47e73554f746d6f3ff2d (patch)
treeed853007a245cb2cc0325bd27029b7b4e2fe432e /utils
parent6b6dfa5c5a4d17a0425fb391206a6cd806e5ba7d (diff)
downloadllvm-3328a1dadc4a7337a5ad47e73554f746d6f3ff2d.tar.gz
llvm-3328a1dadc4a7337a5ad47e73554f746d6f3ff2d.tar.bz2
llvm-3328a1dadc4a7337a5ad47e73554f746d6f3ff2d.tar.xz
TableGen/X86RecognizableInstr.h: Prune out-of-date "@param isSSE". [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200628 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/X86RecognizableInstr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/TableGen/X86RecognizableInstr.h b/utils/TableGen/X86RecognizableInstr.h
index 75d438e4d0..70c785ed88 100644
--- a/utils/TableGen/X86RecognizableInstr.h
+++ b/utils/TableGen/X86RecognizableInstr.h
@@ -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.