diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-02-15 18:47:02 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-02-15 18:47:02 -0800 |
commit | d22ae6cf50dfb60e5f13fef8be5a3c8636733947 (patch) | |
tree | c0e756be2c321b6a8a07b4f6a1910919d9c08300 /sysdeps/i386 | |
parent | 6bb74d9f86e543c418f94a7732e8ee47c9e8225f (diff) | |
download | glibc-d22ae6cf50dfb60e5f13fef8be5a3c8636733947.tar.gz glibc-d22ae6cf50dfb60e5f13fef8be5a3c8636733947.tar.xz glibc-d22ae6cf50dfb60e5f13fef8be5a3c8636733947.zip |
Remove commented-out code.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/i686/multiarch/strcmp-sse4.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/i386/i686/multiarch/strcmp-sse4.S b/sysdeps/i386/i686/multiarch/strcmp-sse4.S index 4b47851ed4..e26f434222 100644 --- a/sysdeps/i386/i686/multiarch/strcmp-sse4.S +++ b/sysdeps/i386/i686/multiarch/strcmp-sse4.S @@ -379,13 +379,7 @@ L(more4bytes): movzbl 7(%eax), %ecx cmpb %cl, 7(%edx) jne L(neq) -#if 0 - // XXX bug in original code. It had a fallthru without any code - cmpl $0, %ecx - je L(eq) -#else jmp L(eq) -#endif END (STRCMP) |