summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2015-01-07 07:47:52 +0000
committerCraig Topper <craig.topper@gmail.com>2015-01-07 07:47:52 +0000
commit23fa478709dd690e72e0d7baa6ce886094331009 (patch)
tree8867c642657b7c7f738c4e6a9e7ad5818293250a /llvm/utils
parent314587d74314d02b8b20310d031d5cfd94b1119f (diff)
downloadbcm5719-llvm-23fa478709dd690e72e0d7baa6ce886094331009.tar.gz
bcm5719-llvm-23fa478709dd690e72e0d7baa6ce886094331009.zip
[X86] Remove some unused TYPE enums from the disassembler.
llvm-svn: 225343
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/X86RecognizableInstr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/X86RecognizableInstr.cpp b/llvm/utils/TableGen/X86RecognizableInstr.cpp
index 9351fcb0fec..64bbfba9be8 100644
--- a/llvm/utils/TableGen/X86RecognizableInstr.cpp
+++ b/llvm/utils/TableGen/X86RecognizableInstr.cpp
@@ -960,7 +960,6 @@ OperandType RecognizableInstr::typeFromString(const std::string &s,
TYPE("brtarget16", TYPE_RELv)
TYPE("brtarget8", TYPE_REL8)
TYPE("f80mem", TYPE_M80FP)
- TYPE("lea32mem", TYPE_LEA)
TYPE("lea64_32mem", TYPE_LEA)
TYPE("lea64mem", TYPE_LEA)
TYPE("VR64", TYPE_MM64)
OpenPOWER on IntegriCloud