Use A_LD_R and A_ST_R aliases for spilling_create_(load|store) functions

git-svn-id: trunk@36793 -
This commit is contained in:
pierre 2017-07-26 14:56:11 +00:00
parent f5dfbb5ff3
commit 6e18d537fc

View File

@ -274,7 +274,7 @@ implementation
begin
case getregtype(r) of
R_INTREGISTER :
result:=taicpu.op_ref_reg(A_LD,ref,r);
result:=taicpu.op_ref_reg(A_LD_R,ref,r);
R_FPUREGISTER :
begin
case getsubreg(r) of
@ -296,7 +296,7 @@ implementation
begin
case getregtype(r) of
R_INTREGISTER :
result:=taicpu.op_reg_ref(A_ST,r,ref);
result:=taicpu.op_reg_ref(A_ST_R,r,ref);
R_FPUREGISTER :
begin
case getsubreg(r) of