2
0
Эх сурвалжийг харах

* disable SSA for the JVM target

git-svn-id: branches/jvmbackend@18414 -
Jonas Maebe 14 жил өмнө
parent
commit
b42731ff84

+ 3 - 0
compiler/ncgutil.pas

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