mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 10:00:31 +02:00
* don't concatcopy if source = dest
git-svn-id: trunk@2691 -
This commit is contained in:
parent
57dafa3b65
commit
71407ba8cb
@ -1751,6 +1751,9 @@ const
|
||||
internalerror(2002072704);
|
||||
{$endif extdebug}
|
||||
|
||||
if (references_equal(source,dest)) then
|
||||
exit;
|
||||
|
||||
{ make sure short loads are handled as optimally as possible }
|
||||
if (len <= maxmoveunit) and
|
||||
(byte(len) in [1,2,4,8]) then
|
||||
|
Loading…
Reference in New Issue
Block a user