summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2013-10-08 06:30:39 +0000
committerCraig Topper <craig.topper@gmail.com>2013-10-08 06:30:39 +0000
commitd55fed16a44366f8d9800197ffa67bbd7189568b (patch)
tree100e18c25cc52d04e252808035796659e62342f1 /utils
parent75172ad6f276a69efd00d7f049efee1500875990 (diff)
downloadllvm-d55fed16a44366f8d9800197ffa67bbd7189568b.tar.gz
llvm-d55fed16a44366f8d9800197ffa67bbd7189568b.tar.bz2
llvm-d55fed16a44366f8d9800197ffa67bbd7189568b.tar.xz
Remove unneeded MMX instruction definition by moving pattern to an equivalent instruction definition and removing the filtering from the disassembler table building.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192175 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/X86RecognizableInstr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/X86RecognizableInstr.cpp b/utils/TableGen/X86RecognizableInstr.cpp
index 8a32ab18b8..777afaa1ef 100644
--- a/utils/TableGen/X86RecognizableInstr.cpp
+++ b/utils/TableGen/X86RecognizableInstr.cpp
@@ -546,7 +546,6 @@ RecognizableInstr::filter_ret RecognizableInstr::filter() const {
if (Name == "PUSH64i16" ||
Name == "MOVPQI2QImr" ||
Name == "VMOVPQI2QImr" ||
- Name == "MMX_MOVD64rrv164" ||
Name == "MOV64ri64i32" ||
Name == "VMASKMOVDQU64" ||
Name == "VEXTRACTPSrr64")