Move the MMX subtarget feature out of the SSE set of features and into
[oota-llvm.git] / utils / TableGen / X86RecognizableInstr.h
index 95d7a4012d25ad1f94e99e1b598b8ec1275aaf9c..28e10535508d70e7eb006e48fbae09034836d4c6 100644 (file)
@@ -50,8 +50,8 @@ private:
   uint8_t Encoding;
   /// The OpSize field from the record
   uint8_t OpSize;
-  /// The hasAdSizePrefix field from the record
-  bool HasAdSizePrefix;
+  /// The AdSize field from the record
+  uint8_t AdSize;
   /// The hasREX_WPrefix field from the record
   bool HasREX_WPrefix;
   /// The hasVEX_4V field from the record