mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 12:10:22 +02:00
* Improve comment for [0..31]-x optimization
git-svn-id: trunk@7177 -
This commit is contained in:
parent
ea79e69176
commit
c43855a8f7
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user