mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 23:24:34 +00:00
Delete a few no longer needed references to pseudos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120441 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1570,10 +1570,6 @@ bool ARMDecoderEmitter::ARMDEBackend::populateInstruction(
|
|||||||
Name.find("CMNz") != std::string::npos */)
|
Name.find("CMNz") != std::string::npos */)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// Ignore pseudo instructions.
|
|
||||||
if (Name == "BXr9" || Name == "BMOVPCRX" || Name == "BMOVPCRXr9")
|
|
||||||
return false;
|
|
||||||
|
|
||||||
// Tail calls are other patterns that generate existing instructions.
|
// Tail calls are other patterns that generate existing instructions.
|
||||||
if (Name == "TCRETURNdi" || Name == "TCRETURNdiND" ||
|
if (Name == "TCRETURNdi" || Name == "TCRETURNdiND" ||
|
||||||
Name == "TCRETURNri" || Name == "TCRETURNriND" ||
|
Name == "TCRETURNri" || Name == "TCRETURNriND" ||
|
||||||
|
Reference in New Issue
Block a user