mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Pseudo-ize the ARM 'B' instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127510 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1592,9 +1592,6 @@ ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI,
|
||||
// better off using the generic RSCri and RSCrs instructions.
|
||||
if (Name == "RSCSri" || Name == "RSCSrs") return false;
|
||||
|
||||
// Bcc is in a more generic form than B. Ignore B when decoding.
|
||||
if (Name == "B") 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")
|
||||
|
Reference in New Issue
Block a user