git-svn-id: trunk@25433 -
@@ -773,8 +773,8 @@ unit rgobj;
if supreg>=first_imaginary then
with reginfo[supreg] do
begin
- if aweight>weight then
- weight:=aweight;
+ // if aweight>weight then
+ inc(weight,aweight);
if (live_range_direction=rad_forward) then
if not assigned(live_start) then