Explorar el Código

* do not rename registers across conditional jumps

Jonas Maebe hace 21 años
padre
commit
3a1e8981f4
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5 2
      compiler/i386/rropt386.pas

+ 5 - 2
compiler/i386/rropt386.pas

@@ -267,7 +267,7 @@ begin
             tmpresult and
             (endp.typ <> ait_label) and
             ((not isInstruction) or
-             (taicpu(endp).opcode <> A_JMP));
+             (not taicpu(endp).is_jmp));
         end;
     end;
 
@@ -364,7 +364,10 @@ End.
 
 {
   $Log$
-  Revision 1.27  2004-06-20 08:55:31  florian
+  Revision 1.28  2004-08-17 16:34:58  jonas
+    * do not rename registers across conditional jumps
+
+  Revision 1.27  2004/06/20 08:55:31  florian
     * logs truncated
 
   Revision 1.26  2004/02/27 10:21:05  florian