summaryrefslogtreecommitdiff
path: root/utils/TableGen/X86RecognizableInstr.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-01-06 06:57:27 +0000
committerCraig Topper <craig.topper@gmail.com>2014-01-06 06:57:27 +0000
commitc8fd2c57c8fe8f382dbd43abebb26a6e0fdbd83f (patch)
tree00f8dff6055b66131bc8350db8398249bf05b95e /utils/TableGen/X86RecognizableInstr.h
parent0fee6d970351d82e6636d0ac2dcf424a8ac99235 (diff)
downloadllvm-c8fd2c57c8fe8f382dbd43abebb26a6e0fdbd83f.tar.gz
llvm-c8fd2c57c8fe8f382dbd43abebb26a6e0fdbd83f.tar.bz2
llvm-c8fd2c57c8fe8f382dbd43abebb26a6e0fdbd83f.tar.xz
The rest of r198588. Remove SegOvrBits from X86 TSFlags since they weren't being used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/X86RecognizableInstr.h')
-rw-r--r--utils/TableGen/X86RecognizableInstr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/TableGen/X86RecognizableInstr.h b/utils/TableGen/X86RecognizableInstr.h
index ff111a3dab..ef3bdfee25 100644
--- a/utils/TableGen/X86RecognizableInstr.h
+++ b/utils/TableGen/X86RecognizableInstr.h
@@ -44,8 +44,6 @@ private:
uint8_t Opcode;
/// The form field from the record
uint8_t Form;
- /// The segment override field from the record
- uint8_t SegOvr;
/// The hasOpSizePrefix field from the record
bool HasOpSizePrefix;
/// The hasAdSizePrefix field from the record