mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
Remove no longer needed x86 disassembler hack.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198546 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
01cb7fa977
commit
09104ff9df
@ -507,12 +507,6 @@ RecognizableInstr::filter_ret RecognizableInstr::filter() const {
|
||||
if (HasLockPrefix)
|
||||
return FILTER_WEAK;
|
||||
|
||||
// Filter out alternate forms of AVX instructions
|
||||
if ((Name.find("r64r") != Name.npos && Name.find("r64r64") == Name.npos && Name.find("r64r8") == Name.npos) ||
|
||||
Name.find("_64mr") != Name.npos ||
|
||||
Name.find("rr64") != Name.npos)
|
||||
return FILTER_WEAK;
|
||||
|
||||
// Special cases.
|
||||
|
||||
if (Name == "PUSH64i16" ||
|
||||
|
Loading…
Reference in New Issue
Block a user