mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +02:00
Removed unused register allocation in tarminlinenode.second_abs_long
git-svn-id: trunk@23047 -
This commit is contained in:
parent
d956808080
commit
e982f4789d
@ -369,14 +369,12 @@ implementation
|
||||
|
||||
procedure tarminlinenode.second_abs_long;
|
||||
var
|
||||
hregister : tregister;
|
||||
opsize : tcgsize;
|
||||
hp : taicpu;
|
||||
begin
|
||||
secondpass(left);
|
||||
opsize:=def_cgsize(left.resultdef);
|
||||
hlcg.location_force_reg(current_asmdata.CurrAsmList,left.location,left.resultdef,left.resultdef,true);
|
||||
hregister:=cg.getintregister(current_asmdata.CurrAsmList,opsize);
|
||||
location:=left.location;
|
||||
location.register:=cg.getintregister(current_asmdata.CurrAsmList,opsize);
|
||||
cg.a_reg_alloc(current_asmdata.CurrAsmList,NR_DEFAULTFLAGS);
|
||||
|
Loading…
Reference in New Issue
Block a user