From a984729f8ac42d262b4a8f415dd91d9ed18c0b9d Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Tue, 8 Oct 2013 06:30:39 +0000 Subject: Remove unneeded MMX instruction definition by moving pattern to an equivalent instruction definition and removing the filtering from the disassembler table building. llvm-svn: 192175 --- llvm/utils/TableGen/X86RecognizableInstr.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/utils/TableGen/X86RecognizableInstr.cpp') diff --git a/llvm/utils/TableGen/X86RecognizableInstr.cpp b/llvm/utils/TableGen/X86RecognizableInstr.cpp index 8a32ab18b8a..777afaa1ef2 100644 --- a/llvm/utils/TableGen/X86RecognizableInstr.cpp +++ b/llvm/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") -- cgit v1.2.3