mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +02:00
* Remove unused lea from skip loop.
git-svn-id: trunk@9789 -
This commit is contained in:
parent
9ad66cecaf
commit
220565fb94
@ -1170,9 +1170,7 @@ str_int_shortcut:
|
||||
subl %ecx,%esi
|
||||
jae .Lloop_write
|
||||
.Lloop_skip:
|
||||
movl $0xcccccccd,%eax {Divide by 10 using mul+shr}
|
||||
{Pre-add '0'}
|
||||
leal 48(%edx),%ebx {leal $'0(,%edx),%ebx Not supported by our ATT reader.}
|
||||
movl $0xcccccccd,%eax {Divide by 10 using mul+shr}
|
||||
mull %edx
|
||||
shrl $3,%edx
|
||||
decl %ecx
|
||||
|
Loading…
Reference in New Issue
Block a user