Pārlūkot izejas kodu

- MIPS: removed allocation of stack/frame pointer registers in prologue, hacks like this are no longer needed since r27104.

git-svn-id: trunk@28505 -
sergei 11 gadi atpakaļ
vecāks
revīzija
f0496001fb
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 4
      compiler/mips/cgcpu.pas

+ 0 - 4
compiler/mips/cgcpu.pas

@@ -1212,7 +1212,6 @@ var
   largeoffs : boolean;
 begin
   list.concat(tai_directive.create(asd_ent,current_procinfo.procdef.mangledname));
-  a_reg_alloc(list,NR_STACK_POINTER_REG);
 
   if nostackframe then
     begin
@@ -1221,9 +1220,6 @@ begin
       exit;
     end;
 
-  if (pi_needs_stackframe in current_procinfo.flags) then
-    a_reg_alloc(list,NR_FRAME_POINTER_REG);
-
   helplist:=TAsmList.Create;
 
   reference_reset(href,0);