mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[TableGen] Remove unused member variable. NFC
llvm-svn: 260933
This commit is contained in:
parent
62ff62909d
commit
f2bd418b92
@ -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;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user