mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Pseudo-ize the Thumb tTPsoft instruction.
It's just a call to a special helper function. Get rid of the T2 variant entirely, as it's identical to the Thumb1 version. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134178 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1624,10 +1624,6 @@ ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI,
|
||||
if (Name == "tBX_RET" || Name == "tBX_RET_vararg")
|
||||
return false;
|
||||
|
||||
// Ignore the TPsoft (TLS) instructions, which conflict with tBLr9.
|
||||
if (Name == "tTPsoft" || Name == "t2TPsoft")
|
||||
return false;
|
||||
|
||||
// Ignore tADR, prefer tADDrPCi.
|
||||
if (Name == "tADR")
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user