diff options
author | Craig Topper <craig.topper@gmail.com> | 2013-10-08 06:30:39 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2013-10-08 06:30:39 +0000 |
commit | d55fed16a44366f8d9800197ffa67bbd7189568b (patch) | |
tree | 100e18c25cc52d04e252808035796659e62342f1 /utils/TableGen | |
parent | 75172ad6f276a69efd00d7f049efee1500875990 (diff) | |
download | external_llvm-d55fed16a44366f8d9800197ffa67bbd7189568b.zip external_llvm-d55fed16a44366f8d9800197ffa67bbd7189568b.tar.gz external_llvm-d55fed16a44366f8d9800197ffa67bbd7189568b.tar.bz2 |
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/TableGen')
-rw-r--r-- | utils/TableGen/X86RecognizableInstr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/X86RecognizableInstr.cpp b/utils/TableGen/X86RecognizableInstr.cpp index 8a32ab1..777afaa 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") |