mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Delete a few no longer needed references to pseudos.
llvm-svn: 120441
This commit is contained in:
parent
88bfbeb5cc
commit
d79a0ce6e7
@ -1570,10 +1570,6 @@ bool ARMDecoderEmitter::ARMDEBackend::populateInstruction(
|
||||
Name.find("CMNz") != std::string::npos */)
|
||||
return false;
|
||||
|
||||
// Ignore pseudo instructions.
|
||||
if (Name == "BXr9" || Name == "BMOVPCRX" || Name == "BMOVPCRXr9")
|
||||
return false;
|
||||
|
||||
// Tail calls are other patterns that generate existing instructions.
|
||||
if (Name == "TCRETURNdi" || Name == "TCRETURNdiND" ||
|
||||
Name == "TCRETURNri" || Name == "TCRETURNriND" ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user