]> sourceware.org Git - glibc.git/commitdiff
Remove commented-out code.
authorUlrich Drepper <drepper@redhat.com>
Tue, 16 Feb 2010 02:47:02 +0000 (18:47 -0800)
committerUlrich Drepper <drepper@redhat.com>
Tue, 16 Feb 2010 02:47:02 +0000 (18:47 -0800)
sysdeps/i386/i686/multiarch/strcmp-sse4.S

index 4b47851ed4c58316758ca2205c583f7b76a0ea8d..e26f434222d81ec0e74336f221cafc8930b6e148 100644 (file)
@@ -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)
 
This page took 0.043639 seconds and 5 git commands to generate.