summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/utils/TableGen/X86RecognizableInstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/utils/TableGen/X86RecognizableInstr.h')
-rw-r--r--gnu/llvm/utils/TableGen/X86RecognizableInstr.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/llvm/utils/TableGen/X86RecognizableInstr.h b/gnu/llvm/utils/TableGen/X86RecognizableInstr.h
index 28e10535508..f6f50065f70 100644
--- a/gnu/llvm/utils/TableGen/X86RecognizableInstr.h
+++ b/gnu/llvm/utils/TableGen/X86RecognizableInstr.h
@@ -19,7 +19,6 @@
#include "CodeGenTarget.h"
#include "X86DisassemblerTables.h"
-#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/TableGen/Record.h"
@@ -87,8 +86,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
@@ -179,7 +176,7 @@ private:
void handleOperand(bool optional,
unsigned &operandIndex,
unsigned &physicalOperandIndex,
- unsigned &numPhysicalOperands,
+ unsigned numPhysicalOperands,
const unsigned *operandMapping,
OperandEncoding (*encodingFromString)
(const std::string&,