Selaa lähdekoodia

* disable SSA for the JVM target

git-svn-id: branches/jvmbackend@18414 -
Jonas Maebe 14 vuotta sitten
vanhempi
commit
b42731ff84
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      compiler/ncgutil.pas

+ 3 - 0
compiler/ncgutil.pas

@@ -2801,6 +2801,9 @@ implementation
       var
         rr: treplaceregrec;
       begin
+{$ifdef jvm}
+        exit;
+{$endif}
         if not (n.location.loc in [LOC_CREGISTER,LOC_CFPUREGISTER,LOC_CMMXREGISTER,LOC_CMMREGISTER]) or
           ([fc_inflowcontrol,fc_gotolabel,fc_lefthandled] * flowcontrol <> []) then
           exit;