[x86] Switch PAUSE instruction to use XS prefix instead of HasREPPrefix. Remove HasRE...
[oota-llvm.git] / utils / TableGen / X86RecognizableInstr.h
index 5866566ac02c882c641ec373a4c937414249501f..77286bc4336101bbd2750171b773a699fdaa4896 100644 (file)
@@ -74,8 +74,6 @@ private:
   bool HasEVEX_KZ;
   /// The hasEVEX_B field from the record
   bool HasEVEX_B;
-  /// The hasREPPrefix field from the record
-  bool HasREPPrefix;
   /// The isCodeGenOnly field from the record
   bool IsCodeGenOnly;
   /// The ForceDisassemble field from the record