mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 23:57:48 +00:00
TableGen/X86RecognizableInstr.h: Prune out-of-date "@param isSSE". [-Wdocumentation]
llvm-svn: 200628
This commit is contained in:
parent
e916566881
commit
4d643c03f2
@ -138,10 +138,6 @@ private:
|
|||||||
///
|
///
|
||||||
/// @param s - The string, as extracted by calling Rec->getName()
|
/// @param s - The string, as extracted by calling Rec->getName()
|
||||||
/// on a CodeGenInstruction::OperandInfo.
|
/// 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
|
/// @param hasREX_WPrefix - Indicates whether the instruction has a REX.W
|
||||||
/// prefix. If it does, 32-bit register operands stay
|
/// prefix. If it does, 32-bit register operands stay
|
||||||
/// 32-bit regardless of the operand size.
|
/// 32-bit regardless of the operand size.
|
||||||
|
Loading…
Reference in New Issue
Block a user