diff --git a/compiler/x86/nx86add.pas b/compiler/x86/nx86add.pas index db5240bde9..25004628c7 100644 --- a/compiler/x86/nx86add.pas +++ b/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 }