Browse Source

* Remove unused lea from skip loop.

git-svn-id: trunk@9789 -
daniel 17 years ago
parent
commit
220565fb94
1 changed files with 1 additions and 3 deletions
  1. 1 3
      rtl/i386/i386.inc

+ 1 - 3
rtl/i386/i386.inc

@@ -1170,9 +1170,7 @@ str_int_shortcut:
   subl %ecx,%esi
   subl %ecx,%esi
   jae .Lloop_write
   jae .Lloop_write
 .Lloop_skip:
 .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
   mull %edx
   shrl $3,%edx
   shrl $3,%edx
   decl %ecx
   decl %ecx