mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 10:49:29 +02:00
* improve spilling_get_operation_type for avr
git-svn-id: trunk@28745 -
This commit is contained in:
parent
6b7557924e
commit
c72d5a557a
@ -246,11 +246,11 @@ implementation
|
||||
begin
|
||||
result:=operand_read;
|
||||
case opcode of
|
||||
A_CLR,
|
||||
A_MOV, A_MOVW:
|
||||
if opnr=0 then
|
||||
result:=operand_write;
|
||||
A_CP,A_CPC,A_CPI,A_PUSH :
|
||||
A_CLR,A_LDD,A_LD,A_LDI,A_LDS,
|
||||
A_MOV,A_MOVW:
|
||||
if opnr=0 then
|
||||
result:=operand_write;
|
||||
A_CP,A_CPC,A_CPI,A_PUSH,A_ST,A_STD,A_STS:
|
||||
;
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user