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

* Improve comment for [0..31]-x optimization

git-svn-id: trunk@7177 -
daniel 18 жил өмнө
parent
commit
c43855a8f7

+ 1 - 2
compiler/x86/nx86add.pas

@@ -398,8 +398,7 @@ unit nx86add;
         end;
         if all_member_optimization then
           begin
-            { right.location is a LOC_REGISTER }
-            { when swapped another result register }
+            {A set expression [0..31]-x can be implemented with a simple NOT.}
             if nf_swapped in flags then
               begin
                 { newly swapped also set swapped flag }