mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 16:29:19 +02:00
* Remove unused lea from skip loop.
git-svn-id: trunk@9789 -
This commit is contained in:
parent
9ad66cecaf
commit
220565fb94
@ -1171,8 +1171,6 @@ str_int_shortcut:
|
|||||||
jae .Lloop_write
|
jae .Lloop_write
|
||||||
.Lloop_skip:
|
.Lloop_skip:
|
||||||
movl $0xcccccccd,%eax {Divide by 10 using mul+shr}
|
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.}
|
|
||||||
mull %edx
|
mull %edx
|
||||||
shrl $3,%edx
|
shrl $3,%edx
|
||||||
decl %ecx
|
decl %ecx
|
||||||
|
Loading…
Reference in New Issue
Block a user