mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-03 00:33:09 +00:00
Remove no-longer-correct special case for disasm of ARM BL instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127517 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
34e98e968f
commit
7d3a16a6f8
@ -1592,11 +1592,6 @@ ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI,
|
||||
// better off using the generic RSCri and RSCrs instructions.
|
||||
if (Name == "RSCSri" || Name == "RSCSrs") return false;
|
||||
|
||||
// Ignore the non-Darwin BL instructions and the TPsoft (TLS) instruction.
|
||||
if (Name == "BL" || Name == "BL_pred" || Name == "BLX" ||
|
||||
Name == "BLX_pred" || Name == "TPsoft")
|
||||
return false;
|
||||
|
||||
// A8-598: VEXT
|
||||
// Vector Extract extracts elements from the bottom end of the second
|
||||
// operand vector and the top end of the first, concatenates them and
|
||||
|
Loading…
x
Reference in New Issue
Block a user