[X86] Remove non-existant instruction name from X86DisassemblerTables.cpp.
authorCraig Topper <craig.topper@intel.com>
Thu, 19 Apr 2018 20:44:15 +0000 (20:44 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 19 Apr 2018 20:44:15 +0000 (20:44 +0000)
This instruction was removed a long time so we don't need to check for it here.

llvm-svn: 330363

llvm/utils/TableGen/X86DisassemblerTables.cpp

index 0ef9ac6..9c69abe 100644 (file)
@@ -1085,7 +1085,6 @@ void DisassemblerTables::setTableFields(ModRMDecision     &decision,
 
         if(previousInfo.name == "NOOP" && (newInfo.name == "XCHG16ar" ||
                                            newInfo.name == "XCHG32ar" ||
-                                           newInfo.name == "XCHG32ar64" ||
                                            newInfo.name == "XCHG64ar"))
           continue; // special case for XCHG*ar and NOOP