diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fp128-select.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fp128-select.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/fp128-select.ll b/llvm/test/CodeGen/X86/fp128-select.ll index 9416163357e..85f7d97c985 100644 --- a/llvm/test/CodeGen/X86/fp128-select.ll +++ b/llvm/test/CodeGen/X86/fp128-select.ll @@ -10,10 +10,10 @@ define void @test_select(fp128* %p, fp128* %q, i1 zeroext %c) { ; MMX-LABEL: test_select: -; MMX: # BB#0: +; MMX: # %bb.0: ; MMX-NEXT: testl %edx, %edx ; MMX-NEXT: jne .LBB0_1 -; MMX-NEXT: # BB#2: +; MMX-NEXT: # %bb.2: ; MMX-NEXT: movaps {{.*}}(%rip), %xmm0 ; MMX-NEXT: movaps %xmm0, (%rsi) ; MMX-NEXT: retq @@ -23,7 +23,7 @@ define void @test_select(fp128* %p, fp128* %q, i1 zeroext %c) { ; MMX-NEXT: retq ; ; CHECK-LABEL: test_select: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: xorl %eax, %eax ; CHECK-NEXT: testl %edx, %edx ; CHECK-NEXT: cmovneq (%rdi), %rax |