summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/X86RecognizableInstr.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2016-02-16 04:24:54 +0000
committerCraig Topper <craig.topper@gmail.com>2016-02-16 04:24:54 +0000
commitb89d189d3753680faa81dc12a7b1587b919d74b4 (patch)
tree4c11f32ad306d1734e63c4646af2a0395d0f4c35 /llvm/utils/TableGen/X86RecognizableInstr.h
parentebeff4c11e2797ec0328e301cdb63353f9b04ebc (diff)
downloadbcm5719-llvm-b89d189d3753680faa81dc12a7b1587b919d74b4.tar.gz
bcm5719-llvm-b89d189d3753680faa81dc12a7b1587b919d74b4.zip
[TableGen] Remove unused member variable. NFC
llvm-svn: 260933
Diffstat (limited to 'llvm/utils/TableGen/X86RecognizableInstr.h')
-rw-r--r--llvm/utils/TableGen/X86RecognizableInstr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/X86RecognizableInstr.h b/llvm/utils/TableGen/X86RecognizableInstr.h
index 28e10535508..10bc315af87 100644
--- a/llvm/utils/TableGen/X86RecognizableInstr.h
+++ b/llvm/utils/TableGen/X86RecognizableInstr.h
@@ -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
OpenPOWER on IntegriCloud