Browse Source

* disable SSA for the JVM target

git-svn-id: branches/jvmbackend@18414 -
Jonas Maebe 14 years ago
parent
commit
b42731ff84
1 changed files with 3 additions and 0 deletions
  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;