소스 검색

* cleanup

git-svn-id: trunk@47522 -
florian 4 년 전
부모
커밋
d5dcf5cd7a
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      compiler/ncnv.pas

+ 1 - 4
compiler/ncnv.pas

@@ -2957,10 +2957,7 @@ implementation
 
                    (not(n.nodetype in [modn,divn]) or (not(gotminus1)))
                   ) or
-                  { in case of div/mod, the result of that division/modulo can
-                    usually be different in 32 and 64 bit }
-                  (not gotdivmod and
-                   (((n.nodetype=andn) and wasoriginallysmallerint(tbinarynode(n).left)) or
+                  ((((n.nodetype=andn) and wasoriginallysmallerint(tbinarynode(n).left)) or
                     ((n.nodetype=andn) and wasoriginallysmallerint(tbinarynode(n).right))));
               end;
             else