diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/uint64-to-float.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/uint64-to-float.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/uint64-to-float.ll b/llvm/test/CodeGen/X86/uint64-to-float.ll index 60f9487b466..ac7371fdf1b 100644 --- a/llvm/test/CodeGen/X86/uint64-to-float.ll +++ b/llvm/test/CodeGen/X86/uint64-to-float.ll @@ -8,7 +8,7 @@ define float @test(i64 %a) nounwind { ; X86-LABEL: test: -; X86: # BB#0: # %entry +; X86: # %bb.0: # %entry ; X86-NEXT: pushl %ebp ; X86-NEXT: movl %esp, %ebp ; X86-NEXT: andl $-8, %esp @@ -29,10 +29,10 @@ define float @test(i64 %a) nounwind { ; X86-NEXT: retl ; ; X64-LABEL: test: -; X64: # BB#0: # %entry +; X64: # %bb.0: # %entry ; X64-NEXT: testq %rdi, %rdi ; X64-NEXT: js .LBB0_1 -; X64-NEXT: # BB#2: # %entry +; X64-NEXT: # %bb.2: # %entry ; X64-NEXT: cvtsi2ssq %rdi, %xmm0 ; X64-NEXT: retq ; X64-NEXT: .LBB0_1: |