Explorar o código

* remove mhs_exceptions in might_have_sideeffects call for C operators: it improves code
and shouldn't hurt as this is no regression in comparison with current 3.2.x

git-svn-id: trunk@49621 -

florian %!s(int64=4) %!d(string=hai) anos
pai
achega
415bf22e01
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/pexpr.pas

+ 1 - 1
compiler/pexpr.pas

@@ -239,7 +239,7 @@ implementation
                result can be wrong }
            end;
 
-         if might_have_sideeffects(p1,[mhs_exceptions]) then
+         if might_have_sideeffects(p1,[]) then
            begin
              typecheckpass(p1);
              result:=internalstatements(newstatement);