mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-29 16:12:44 +00:00
I did it wrong. Don't disregard these encodings here.
llvm-svn: 120786
This commit is contained in:
parent
1d892d362b
commit
01e67a2a03
@ -1731,13 +1731,6 @@ ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI,
|
||||
Name == "tSpill" || Name == "tLDRcp" || Name == "tRestore" ||
|
||||
Name == "t2LEApcrelJT" || Name == "t2MOVCCi16")
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user