Small label changes.
authorBill Wendling <isanbard@gmail.com>
Tue, 2 Oct 2007 21:02:53 +0000 (21:02 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 2 Oct 2007 21:02:53 +0000 (21:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42549 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README-SSE.txt

index 653a35a7c1174e61c71b61947149305bd63f650f..d88685f6a11c0be07b32687851ae209b3f43990e 100644 (file)
@@ -689,13 +689,13 @@ bb49:             ; preds = %bb49, %bb49.preheader
 
 we get:
 
-LBB4_6:        # bb47.preheader
+LBB5_6:        # bb49.preheader
        shlw    $2, %si
        decw    %si
        movzwl  %si, %eax
        incl    %eax
        xorl    %ecx, %ecx
-LBB4_7:        # bb47
+LBB5_7:        # bb49
        xorps   %xmm0, %xmm0            # (1)
        movaps  %xmm0, (%edx)
        movaps  %xmm0, 16(%edx)
@@ -703,9 +703,6 @@ LBB4_7:     # bb47
        incl    %ecx
        cmpl    %eax, %ecx
        jne     LBB4_7  # bb47
-LBB4_8:        # bb42.return_crit_edge
-       xorw    %si, %si
-       jmp     LBB4_12 # return
 
 The instruction at (1) can be moved out of the main body of the loop.