Browse Source

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

git-svn-id: trunk@7177 -
daniel 18 years ago
parent
commit
c43855a8f7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      compiler/x86/nx86add.pas

+ 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 }