diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/mul128.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/mul128.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/mul128.ll b/llvm/test/CodeGen/X86/mul128.ll index 70a6173a19f..e851c3a3d5b 100644 --- a/llvm/test/CodeGen/X86/mul128.ll +++ b/llvm/test/CodeGen/X86/mul128.ll @@ -4,7 +4,7 @@ define i128 @foo(i128 %t, i128 %u) { ; X64-LABEL: foo: -; X64: # BB#0: +; X64: # %bb.0: ; X64-NEXT: movq %rdx, %r8 ; X64-NEXT: imulq %rdi, %rcx ; X64-NEXT: movq %rdi, %rax @@ -15,7 +15,7 @@ define i128 @foo(i128 %t, i128 %u) { ; X64-NEXT: retq ; ; X86-LABEL: foo: -; X86: # BB#0: +; X86: # %bb.0: ; X86-NEXT: pushl %ebp ; X86-NEXT: .cfi_def_cfa_offset 8 ; X86-NEXT: pushl %ebx |