diff options
Diffstat (limited to 'gnu/llvm/utils/TableGen/X86RecognizableInstr.h')
-rw-r--r-- | gnu/llvm/utils/TableGen/X86RecognizableInstr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/llvm/utils/TableGen/X86RecognizableInstr.h b/gnu/llvm/utils/TableGen/X86RecognizableInstr.h index f6f50065f70..2e611587cc3 100644 --- a/gnu/llvm/utils/TableGen/X86RecognizableInstr.h +++ b/gnu/llvm/utils/TableGen/X86RecognizableInstr.h @@ -55,14 +55,10 @@ private: bool HasREX_WPrefix; /// The hasVEX_4V field from the record bool HasVEX_4V; - /// The hasVEX_4VOp3 field from the record - bool HasVEX_4VOp3; /// The hasVEX_WPrefix field from the record bool HasVEX_WPrefix; /// Inferred from the operands; indicates whether the L bit in the VEX prefix is set bool HasVEX_LPrefix; - /// The hasMemOp4Prefix field from the record - bool HasMemOp4Prefix; /// The ignoreVEX_L field from the record bool IgnoresVEX_L; /// The hasEVEX_L2Prefix field from the record |