[TableGen] Remove unused member variable. NFC
authorCraig Topper <craig.topper@gmail.com>
Tue, 16 Feb 2016 04:24:54 +0000 (04:24 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 16 Feb 2016 04:24:54 +0000 (04:24 +0000)
llvm-svn: 260933

llvm/utils/TableGen/X86RecognizableInstr.cpp
llvm/utils/TableGen/X86RecognizableInstr.h

index 8a5ae12..503ba84 100644 (file)
@@ -225,7 +225,6 @@ RecognizableInstr::RecognizableInstr(DisassemblerTables &tables,
   CD8_Scale        = byteFromRec(Rec, "CD8_Scale");
 
   Name      = Rec->getName();
-  AsmString = Rec->getValueAsString("AsmString");
 
   Operands = &insn.Operands.OperandList;
 
index 28e1053..10bc315 100644 (file)
@@ -87,8 +87,6 @@ private:
 
   /// The instruction name as listed in the tables
   std::string Name;
-  /// The AT&T AsmString for the instruction
-  std::string AsmString;
 
   /// Indicates whether the instruction should be emitted into the decode
   /// tables; regardless, it will be emitted into the instruction info table