Selaa lähdekoodia

* set the node complexity of realconstn to 1 instead of the default (maximum)

git-svn-id: trunk@12919 -
Jonas Maebe 16 vuotta sitten
vanhempi
commit
d8aa5a1ff8
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      compiler/nutils.pas

+ 2 - 0
compiler/nutils.pas

@@ -630,6 +630,8 @@ implementation
         while assigned(p) do
           begin
             case p.nodetype of
+              { floating point constants usually need loading from memory }
+              realconstn,
               temprefn,
               loadvmtaddrn,
               { main reason for the next one: we can't take the address of }