mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 02:45:58 +02:00
* changed an explicit mr to a_load_reg_reg so it's registered with the
register allocator as move
This commit is contained in:
parent
8f1992a89f
commit
169c8f5a3b
@ -1701,7 +1701,7 @@ const
|
|||||||
list.concat(taicpu.op_reg_reg_reg(A_ADD,r,ref2.base,ref2.index))
|
list.concat(taicpu.op_reg_reg_reg(A_ADD,r,ref2.base,ref2.index))
|
||||||
else if (ref2.base <> NR_NO) and
|
else if (ref2.base <> NR_NO) and
|
||||||
(r <> ref2.base) then
|
(r <> ref2.base) then
|
||||||
list.concat(taicpu.op_reg_reg(A_MR,r,ref2.base))
|
a_load_reg_reg(list,OS_ADDR,OS_ADDR,r,ref2.base)
|
||||||
else
|
else
|
||||||
list.concat(taicpu.op_reg_const(A_LI,r,0));
|
list.concat(taicpu.op_reg_const(A_LI,r,0));
|
||||||
if freereg then
|
if freereg then
|
||||||
@ -2292,7 +2292,11 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.158 2004-02-04 22:01:13 peter
|
Revision 1.159 2004-02-07 15:01:05 jonas
|
||||||
|
* changed an explicit mr to a_load_reg_reg so it's registered with the
|
||||||
|
register allocator as move
|
||||||
|
|
||||||
|
Revision 1.158 2004/02/04 22:01:13 peter
|
||||||
* first try to get cpupara working for x86_64
|
* first try to get cpupara working for x86_64
|
||||||
|
|
||||||
Revision 1.157 2004/02/03 19:49:24 jonas
|
Revision 1.157 2004/02/03 19:49:24 jonas
|
||||||
|
Loading…
Reference in New Issue
Block a user