mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 08:49:17 +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
|
||||
.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.}
|
||||
mull %edx
|
||||
shrl $3,%edx
|
||||
decl %ecx
|
||||
|
Loading…
Reference in New Issue
Block a user