mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-04 11:27:34 +00:00
[TableGen] Remove unused member variable. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260933 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86b7e4c701
commit
6ff0feee63
@ -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…
x
Reference in New Issue
Block a user