* Xtensa: taicpu.spilling_get_operation_type improved

git-svn-id: trunk@46819 -
This commit is contained in:
florian 2020-09-09 21:08:03 +00:00
parent edd10be1e2
commit 27b4f3df60

View File

@ -441,10 +441,20 @@ uses cutils, cclasses;
else
result := operand_read;
case opcode of
A_CALL0,
A_CALL4,
A_CALL8,
A_CALL12,
A_CALLX0,
A_CALLX4,
A_CALLX8,
A_CALLX12,
A_S8I,
A_S16I,
A_S32I,
A_SSI,
A_J,
A_JX,
A_B:
result := operand_read;
else