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 | a984729f8ac42d262b4a8f415dd91d9ed18c0b9d (patch) | |
tree | bab4331e370ccc983893015dc138bf6ed6618484 /llvm/utils/TableGen/X86RecognizableInstr.cpp | |
parent | 3f0fdbdfd11cbd121607562879229b60f28c6463 (diff) | |
download | bcm5719-llvm-a984729f8ac42d262b4a8f415dd91d9ed18c0b9d.tar.gz bcm5719-llvm-a984729f8ac42d262b4a8f415dd91d9ed18c0b9d.zip |
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
Diffstat (limited to 'llvm/utils/TableGen/X86RecognizableInstr.cpp')
-rw-r--r-- | llvm/utils/TableGen/X86RecognizableInstr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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") |