projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef8f31
)
[X86] Remove unused operand type from disassembler handling. NFC
author
Craig Topper
<craig.topper@gmail.com>
Mon, 5 Jan 2015 08:18:52 +0000
(08:18 +0000)
committer
Craig Topper
<craig.topper@gmail.com>
Mon, 5 Jan 2015 08:18:52 +0000
(08:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225151
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/X86RecognizableInstr.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/X86RecognizableInstr.cpp
b/utils/TableGen/X86RecognizableInstr.cpp
index 56976d3ec3833068fb172c9d5159cf9bdd1a3fe0..1ee376e103c432a816e0229805e553d1408443ed 100644
(file)
--- a/
utils/TableGen/X86RecognizableInstr.cpp
+++ b/
utils/TableGen/X86RecognizableInstr.cpp
@@
-957,7
+957,6
@@
OperandType RecognizableInstr::typeFromString(const std::string &s,
TYPE("AVXCC", TYPE_IMM5)
TYPE("AVX512RC", TYPE_IMM32)
TYPE("brtarget", TYPE_RELv)
- TYPE("uncondbrtarget", TYPE_RELv)
TYPE("brtarget8", TYPE_REL8)
TYPE("f80mem", TYPE_M80FP)
TYPE("lea32mem", TYPE_LEA)