mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
I did it wrong. Don't disregard these encodings here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120786 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
371716cdee
commit
6cfab3748c
@ -1731,13 +1731,6 @@ ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI,
|
|||||||
Name == "tSpill" || Name == "tLDRcp" || Name == "tRestore" ||
|
Name == "tSpill" || Name == "tLDRcp" || Name == "tRestore" ||
|
||||||
Name == "t2LEApcrelJT" || Name == "t2MOVCCi16")
|
Name == "t2LEApcrelJT" || Name == "t2MOVCCi16")
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// tMOVgpr2tgpr, tMOVgpr2gpr, and tMOVtgpr2gpr are used by the code
|
|
||||||
// generator for special kinds of moves, but are encoded the same. Safely
|
|
||||||
// ignore them here.
|
|
||||||
if (Name == "tMOVgpr2tgpr" || Name == "tMOVgpr2gpr" ||
|
|
||||||
Name == "tMOVtgpr2gpr")
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dumps the instruction encoding format.
|
// Dumps the instruction encoding format.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user