|
|
@@ -98,9 +98,6 @@ uses
|
|
|
procedure loadbool(opidx:longint;_b:boolean);
|
|
|
{ register allocation }
|
|
|
function is_same_reg_move(regtype: Tregistertype):boolean; override;
|
|
|
-
|
|
|
- { register spilling code }
|
|
|
- function spilling_get_operation_type(opnr: longint): topertype;override;
|
|
|
end;
|
|
|
|
|
|
tai_align = class(tai_align_abstract)
|
|
|
@@ -296,12 +293,6 @@ implementation
|
|
|
end;
|
|
|
|
|
|
|
|
|
- function taicpu.spilling_get_operation_type(opnr: longint): topertype;
|
|
|
- begin
|
|
|
- internalerror(2024040602);
|
|
|
- end;
|
|
|
-
|
|
|
-
|
|
|
function spilling_create_load(const ref:treference;r:tregister):Taicpu;
|
|
|
begin
|
|
|
internalerror(2024040603);
|