diff options
Diffstat (limited to 'llvm/test/MC')
44 files changed, 74 insertions, 74 deletions
diff --git a/llvm/test/MC/AArch64/arm64-ilp32.s b/llvm/test/MC/AArch64/arm64-ilp32.s index 3e9f44abd70..182d2d4c9e7 100644 --- a/llvm/test/MC/AArch64/arm64-ilp32.s +++ b/llvm/test/MC/AArch64/arm64-ilp32.s @@ -8,7 +8,7 @@ .align 2 .type foo,@function foo: // @foo -// BB#0: // %entry +// %bb.0: // %entry sub sp, sp, #16 // =16 // CHECK-ILP32: 0000000000000004 R_AARCH64_P32_ADR_PREL_PG_HI21 sizes // CHECK-ILP32: 0000000000000008 R_AARCH64_P32_ADD_ABS_LO12_NC sizes diff --git a/llvm/test/MC/AArch64/arm64-leaf-compact-unwind.s b/llvm/test/MC/AArch64/arm64-leaf-compact-unwind.s index 2ff7fe82e9b..2278ab7c248 100644 --- a/llvm/test/MC/AArch64/arm64-leaf-compact-unwind.s +++ b/llvm/test/MC/AArch64/arm64-leaf-compact-unwind.s @@ -70,7 +70,7 @@ .align 2 _foo1: ; @foo1 .cfi_startproc -; BB#0: ; %entry +; %bb.0: ; %entry add w0, w0, #42 ; =#42 ret .cfi_endproc @@ -79,7 +79,7 @@ _foo1: ; @foo1 .align 2 _foo2: ; @foo2 .cfi_startproc -; BB#0: ; %entry +; %bb.0: ; %entry sub sp, sp, #144 ; =#144 Ltmp2: .cfi_def_cfa_offset 144 @@ -91,7 +91,7 @@ LBB1_1: ; %for.body add x9, x9, #1 ; =#1 cmp w9, #36 ; =#36 b.ne LBB1_1 -; BB#2: +; %bb.2: mov x9, xzr mov w0, wzr LBB1_3: ; %for.body4 @@ -101,7 +101,7 @@ LBB1_3: ; %for.body4 cmp w9, #144 ; =#144 add w0, w10, w0 b.ne LBB1_3 -; BB#4: ; %for.end9 +; %bb.4: ; %for.end9 add sp, sp, #144 ; =#144 ret .cfi_endproc @@ -110,7 +110,7 @@ LBB1_3: ; %for.body4 .align 2 _foo3: ; @foo3 .cfi_startproc -; BB#0: ; %entry +; %bb.0: ; %entry stp x26, x25, [sp, #-64]! stp x24, x23, [sp, #16] stp x22, x21, [sp, #32] @@ -191,7 +191,7 @@ Lloh1: .align 2 _foo4: ; @foo4 .cfi_startproc -; BB#0: ; %entry +; %bb.0: ; %entry stp x28, x27, [sp, #-16]! sub sp, sp, #512 ; =#512 Ltmp12: @@ -211,7 +211,7 @@ LBB3_1: ; %for.body add x9, x9, #1 ; =#1 cmp w9, #128 ; =#128 b.ne LBB3_1 -; BB#2: ; %for.cond2.preheader +; %bb.2: ; %for.cond2.preheader mov x9, xzr mov w0, wzr add x8, x8, w5, sxtw #2 @@ -222,7 +222,7 @@ LBB3_3: ; %for.body4 cmp w9, #512 ; =#512 add w0, w10, w0 b.ne LBB3_3 -; BB#4: ; %for.end11 +; %bb.4: ; %for.end11 add sp, sp, #512 ; =#512 ldp x28, x27, [sp], #16 ret diff --git a/llvm/test/MC/AArch64/basic-pic.s b/llvm/test/MC/AArch64/basic-pic.s index a10874dcca0..79e03c2e299 100644 --- a/llvm/test/MC/AArch64/basic-pic.s +++ b/llvm/test/MC/AArch64/basic-pic.s @@ -8,7 +8,7 @@ .type get_globalvar,@function get_globalvar: // @get_globalvar .cfi_startproc -// BB#0: +// %bb.0: adrp x0, :got:var ldr x0, [x0, #:got_lo12:var] ldr w0, [x0] @@ -24,7 +24,7 @@ get_globalvar: // @get_globalvar .type get_globalvaraddr,@function get_globalvaraddr: // @get_globalvaraddr .cfi_startproc -// BB#0: +// %bb.0: adrp x0, :got:var ldr x0, [x0, #:got_lo12:var] ret @@ -38,7 +38,7 @@ get_globalvaraddr: // @get_globalvaraddr .type get_hiddenvar,@function get_hiddenvar: // @get_hiddenvar .cfi_startproc -// BB#0: +// %bb.0: adrp x0, hiddenvar ldr w0, [x0, #:lo12:hiddenvar] ret @@ -52,7 +52,7 @@ get_hiddenvar: // @get_hiddenvar .type get_hiddenvaraddr,@function get_hiddenvaraddr: // @get_hiddenvaraddr .cfi_startproc -// BB#0: +// %bb.0: adrp x0, hiddenvar add x0, x0, #:lo12:hiddenvar ret @@ -66,7 +66,7 @@ get_hiddenvaraddr: // @get_hiddenvaraddr .type get_func,@function get_func: // @get_func .cfi_startproc -// BB#0: +// %bb.0: adrp x0, :got:get_func ldr x0, [x0, #:got_lo12:get_func] ret diff --git a/llvm/test/MC/AArch64/elf-extern.s b/llvm/test/MC/AArch64/elf-extern.s index 14c26c1b997..5e3b314d570 100644 --- a/llvm/test/MC/AArch64/elf-extern.s +++ b/llvm/test/MC/AArch64/elf-extern.s @@ -9,7 +9,7 @@ .type check_extern,@function check_extern: // @check_extern .cfi_startproc -// BB#0: +// %bb.0: sub sp, sp, #16 .Ltmp2: .cfi_def_cfa sp, 16 diff --git a/llvm/test/MC/AArch64/inline-asm-modifiers.s b/llvm/test/MC/AArch64/inline-asm-modifiers.s index 1dc5fe60d3b..71c9379e375 100644 --- a/llvm/test/MC/AArch64/inline-asm-modifiers.s +++ b/llvm/test/MC/AArch64/inline-asm-modifiers.s @@ -5,7 +5,7 @@ .globl test_inline_modifier_L .type test_inline_modifier_L,@function test_inline_modifier_L: // @test_inline_modifier_L -// BB#0: +// %bb.0: //APP add x0, x0, #:lo12:var_simple //NO_APP @@ -38,7 +38,7 @@ test_inline_modifier_L: // @test_inline_modifier_L .globl test_inline_modifier_G .type test_inline_modifier_G,@function test_inline_modifier_G: // @test_inline_modifier_G -// BB#0: +// %bb.0: //APP add x0, x0, #:dtprel_hi12:var_tlsld, lsl #12 //NO_APP @@ -55,7 +55,7 @@ test_inline_modifier_G: // @test_inline_modifier_G .globl test_inline_modifier_A .type test_inline_modifier_A,@function test_inline_modifier_A: // @test_inline_modifier_A -// BB#0: +// %bb.0: //APP adrp x0, var_simple //NO_APP @@ -79,7 +79,7 @@ test_inline_modifier_A: // @test_inline_modifier_A .globl test_inline_modifier_wx .type test_inline_modifier_wx,@function test_inline_modifier_wx: // @test_inline_modifier_wx -// BB#0: +// %bb.0: mov w2, w0 //APP add w2, w2, w2 @@ -115,7 +115,7 @@ test_inline_modifier_wx: // @test_inline_modifier_wx .globl test_inline_modifier_bhsdq .type test_inline_modifier_bhsdq,@function test_inline_modifier_bhsdq: // @test_inline_modifier_bhsdq -// BB#0: +// %bb.0: //APP ldr b0, [sp] //NO_APP @@ -153,7 +153,7 @@ test_inline_modifier_bhsdq: // @test_inline_modifier_bhsdq .globl test_inline_modifier_c .type test_inline_modifier_c,@function test_inline_modifier_c: // @test_inline_modifier_c -// BB#0: +// %bb.0: //APP adr x0, 3 //NO_APP diff --git a/llvm/test/MC/AArch64/jump-table.s b/llvm/test/MC/AArch64/jump-table.s index 578ebf4e660..c4b879e6ef0 100644 --- a/llvm/test/MC/AArch64/jump-table.s +++ b/llvm/test/MC/AArch64/jump-table.s @@ -6,11 +6,11 @@ .type test_jumptable,@function test_jumptable: // @test_jumptable .cfi_startproc -// BB#0: +// %bb.0: ubfx w1, w0, #0, #32 cmp w0, #4 b.hi .LBB0_3 -// BB#1: +// %bb.1: adrp x0, .LJTI0_0 add x0, x0, #:lo12:.LJTI0_0 ldr x0, [x0, x1, lsl #3] diff --git a/llvm/test/MC/ARM/2010-11-30-reloc-movt.s b/llvm/test/MC/ARM/2010-11-30-reloc-movt.s index dc6960ba6b8..9f0553af182 100644 --- a/llvm/test/MC/ARM/2010-11-30-reloc-movt.s +++ b/llvm/test/MC/ARM/2010-11-30-reloc-movt.s @@ -17,7 +17,7 @@ .align 2 .type barf,%function barf: @ @barf -@ BB#0: @ %entry +@ %bb.0: @ %entry push {r11, lr} movw r0, :lower16:a movt r0, :upper16:a diff --git a/llvm/test/MC/ARM/elf-eflags-eabi.s b/llvm/test/MC/ARM/elf-eflags-eabi.s index fe0b6c071e6..bc4cc3b9942 100644 --- a/llvm/test/MC/ARM/elf-eflags-eabi.s +++ b/llvm/test/MC/ARM/elf-eflags-eabi.s @@ -6,7 +6,7 @@ .align 2 .type barf,%function barf: @ @barf -@ BB#0: @ %entry +@ %bb.0: @ %entry b foo @@@ make sure the EF_ARM_EABIMASK comes out OK diff --git a/llvm/test/MC/ARM/elf-movt.s b/llvm/test/MC/ARM/elf-movt.s index 858e4aa41b2..d1e6bd7916d 100644 --- a/llvm/test/MC/ARM/elf-movt.s +++ b/llvm/test/MC/ARM/elf-movt.s @@ -10,7 +10,7 @@ .align 2 .type barf,%function barf: @ @barf -@ BB#0: @ %entry +@ %bb.0: @ %entry movw r0, :lower16:GOT-(.LPC0_2+8) movt r0, :upper16:GOT-(.LPC0_2+8) .LPC0_2: diff --git a/llvm/test/MC/AsmParser/seh-directive-errors.s b/llvm/test/MC/AsmParser/seh-directive-errors.s index 65476fe2dee..07d0a4a6179 100644 --- a/llvm/test/MC/AsmParser/seh-directive-errors.s +++ b/llvm/test/MC/AsmParser/seh-directive-errors.s @@ -68,7 +68,7 @@ g: .p2align 4, 0x90 h: # @h .seh_proc h -# BB#0: # %entry +# %bb.0: # %entry subq $72, %rsp .seh_stackalloc 72 movaps %xmm7, 48(%rsp) # 16-byte Spill diff --git a/llvm/test/MC/COFF/basic-coff-64.s b/llvm/test/MC/COFF/basic-coff-64.s index 1fa9280e0ca..5fe710fdba4 100644 --- a/llvm/test/MC/COFF/basic-coff-64.s +++ b/llvm/test/MC/COFF/basic-coff-64.s @@ -11,7 +11,7 @@ .globl _main .align 16, 0x90 _main: # @main -# BB#0: # %entry +# %bb.0: # %entry subl $4, %esp movl $.L_.str, (%esp) call _printf diff --git a/llvm/test/MC/COFF/basic-coff.s b/llvm/test/MC/COFF/basic-coff.s index 6aa247bdd29..575a937c957 100644 --- a/llvm/test/MC/COFF/basic-coff.s +++ b/llvm/test/MC/COFF/basic-coff.s @@ -11,7 +11,7 @@ .globl _main .align 16, 0x90 _main: # @main -# BB#0: # %entry +# %bb.0: # %entry subl $4, %esp movl $L_.str, (%esp) call _printf diff --git a/llvm/test/MC/COFF/cv-def-range.s b/llvm/test/MC/COFF/cv-def-range.s index 2b0d4b754d4..7afdac23ea6 100644 --- a/llvm/test/MC/COFF/cv-def-range.s +++ b/llvm/test/MC/COFF/cv-def-range.s @@ -17,7 +17,7 @@ Lfunc_begin0: .cv_file 1 "\\usr\\local\\google\\home\\majnemer\\llvm\\src\\<stdin>" .cv_func_id 0 .cv_loc 0 1 3 0 is_stmt 0 # <stdin>:3:0 -# BB#0: # %entry +# %bb.0: # %entry pushl %ebp movl %esp, %ebp subl $8, %esp diff --git a/llvm/test/MC/COFF/cv-empty-linetable.s b/llvm/test/MC/COFF/cv-empty-linetable.s index 568d55a3657..865bc7556be 100644 --- a/llvm/test/MC/COFF/cv-empty-linetable.s +++ b/llvm/test/MC/COFF/cv-empty-linetable.s @@ -14,7 +14,7 @@ .p2align 4, 0x90 _f: # @f Lfunc_begin0: -# BB#0: # %entry +# %bb.0: # %entry .cv_file 1 "cv-empty-linetable.s" .cv_func_id 1 .cv_loc 1 1 3 15 is_stmt 0 diff --git a/llvm/test/MC/COFF/cv-inline-linetable-unreachable.s b/llvm/test/MC/COFF/cv-inline-linetable-unreachable.s index d894fc758fb..ab184602c86 100644 --- a/llvm/test/MC/COFF/cv-inline-linetable-unreachable.s +++ b/llvm/test/MC/COFF/cv-inline-linetable-unreachable.s @@ -18,7 +18,7 @@ Lfunc_begin0: .cv_func_id 0 .cv_inline_site_id 1 within 0 inlined_at 1 1 1 .cv_loc 0 1 7 0 is_stmt 0 # <stdin>:7:0 -# BB#0: # %entry +# %bb.0: # %entry pushl %ebp movl %esp, %ebp .cv_loc 1 1 4 3 # <stdin>:4:3 diff --git a/llvm/test/MC/COFF/cv-inline-linetable.s b/llvm/test/MC/COFF/cv-inline-linetable.s index 2c89f9836c4..61a42d92f40 100644 --- a/llvm/test/MC/COFF/cv-inline-linetable.s +++ b/llvm/test/MC/COFF/cv-inline-linetable.s @@ -19,7 +19,7 @@ Lfunc_begin0: .cv_inline_site_id 1 within 0 inlined_at 1 15 3 .cv_inline_site_id 2 within 1 inlined_at 1 10 3 .cv_loc 0 1 13 0 is_stmt 0 # t.cpp:13:0 -# BB#0: # %entry +# %bb.0: # %entry pushl %eax .cv_loc 0 1 14 5 # t.cpp:14:5 addl $6, "?x@@3HC" diff --git a/llvm/test/MC/COFF/diff.s b/llvm/test/MC/COFF/diff.s index 58cc7fe532b..d68e628577b 100644 --- a/llvm/test/MC/COFF/diff.s +++ b/llvm/test/MC/COFF/diff.s @@ -27,7 +27,7 @@ Y: .globl _foobar .align 16, 0x90 _foobar: # @foobar -# BB#0: +# %bb.0: ret .data diff --git a/llvm/test/MC/COFF/seh-linkonce.s b/llvm/test/MC/COFF/seh-linkonce.s index 5631b748c00..3352d68b3cf 100644 --- a/llvm/test/MC/COFF/seh-linkonce.s +++ b/llvm/test/MC/COFF/seh-linkonce.s @@ -11,7 +11,7 @@ weak_func: # @weak_func .Ltmp0: .seh_proc weak_func -# BB#0: # %entry +# %bb.0: # %entry pushq %rbp .Ltmp1: .seh_pushreg 5 diff --git a/llvm/test/MC/COFF/seh-section-2.s b/llvm/test/MC/COFF/seh-section-2.s index 9a7156d4d80..650c5b5105b 100644 --- a/llvm/test/MC/COFF/seh-section-2.s +++ b/llvm/test/MC/COFF/seh-section-2.s @@ -13,7 +13,7 @@ f: # @f .Ltmp0: .seh_proc f -# BB#0: +# %bb.0: subq $40, %rsp .Ltmp1: .seh_stackalloc 40 @@ -37,7 +37,7 @@ f: # @f g: # @g .Ltmp4: .seh_proc g -# BB#0: +# %bb.0: .Ltmp5: .seh_endprologue retq diff --git a/llvm/test/MC/COFF/simple-fixups.s b/llvm/test/MC/COFF/simple-fixups.s index 9d960084272..c1556afb5c0 100644 --- a/llvm/test/MC/COFF/simple-fixups.s +++ b/llvm/test/MC/COFF/simple-fixups.s @@ -13,7 +13,7 @@ .globl _foo .align 16, 0x90 _foo: # @foo -# BB#0: # %e +# %bb.0: # %e .align 16, 0x90 LBB0_1: # %i # =>This Inner Loop Header: Depth=1 @@ -26,7 +26,7 @@ LBB0_1: # %i .globl _bar .align 16, 0x90 _bar: # @bar -# BB#0: # %e +# %bb.0: # %e .align 16, 0x90 LBB1_1: # %i # =>This Inner Loop Header: Depth=1 @@ -39,7 +39,7 @@ LBB1_1: # %i .globl _baz .align 16, 0x90 _baz: # @baz -# BB#0: # %e +# %bb.0: # %e subl $4, %esp Ltmp0: call _baz diff --git a/llvm/test/MC/COFF/symbol-alias.s b/llvm/test/MC/COFF/symbol-alias.s index 71ccec31b82..ad3b6b23ece 100644 --- a/llvm/test/MC/COFF/symbol-alias.s +++ b/llvm/test/MC/COFF/symbol-alias.s @@ -13,7 +13,7 @@ .globl _foo .align 16, 0x90 _foo: # @foo -# BB#0: # %entry +# %bb.0: # %entry ret .data diff --git a/llvm/test/MC/COFF/symbol-fragment-offset-64.s b/llvm/test/MC/COFF/symbol-fragment-offset-64.s index 03077ce9429..94e7d07965b 100644 --- a/llvm/test/MC/COFF/symbol-fragment-offset-64.s +++ b/llvm/test/MC/COFF/symbol-fragment-offset-64.s @@ -11,7 +11,7 @@ .globl _main .align 16, 0x90 _main: # @main -# BB#0: # %entry +# %bb.0: # %entry subl $4, %esp movl $.L_.str0, (%esp) callq _printf diff --git a/llvm/test/MC/COFF/symbol-fragment-offset.s b/llvm/test/MC/COFF/symbol-fragment-offset.s index c592fa4c0e7..5875bf47f92 100644 --- a/llvm/test/MC/COFF/symbol-fragment-offset.s +++ b/llvm/test/MC/COFF/symbol-fragment-offset.s @@ -11,7 +11,7 @@ .globl _main .align 16, 0x90 _main: # @main -# BB#0: # %entry +# %bb.0: # %entry subl $4, %esp movl $L_.str0, (%esp) calll _printf diff --git a/llvm/test/MC/COFF/weak.s b/llvm/test/MC/COFF/weak.s index e0d077840f1..567a590deb2 100644 --- a/llvm/test/MC/COFF/weak.s +++ b/llvm/test/MC/COFF/weak.s @@ -12,12 +12,12 @@ .globl _main .align 16, 0x90 _main: # @main -# BB#0: # %entry +# %bb.0: # %entry subl $4, %esp movl $_test_weak, %eax testl %eax, %eax je LBB0_2 -# BB#1: # %if.then +# %bb.1: # %if.then call _test_weak movl $1, %eax addl $4, %esp diff --git a/llvm/test/MC/ELF/ARM/clang-section.s b/llvm/test/MC/ELF/ARM/clang-section.s index 0b0d27c4ceb..73bae69aa26 100644 --- a/llvm/test/MC/ELF/ARM/clang-section.s +++ b/llvm/test/MC/ELF/ARM/clang-section.s @@ -23,12 +23,12 @@ .code 32 @ @foo foo: .fnstart -@ BB#0: @ %entry +@ %bb.0: @ %entry ldr r0, .LCPI0_0 ldr r0, [r0] mov pc, lr .p2align 2 -@ BB#1: +@ %bb.1: .LCPI0_0: .long b .Lfunc_end0: @@ -43,7 +43,7 @@ foo: .code 32 @ @goo goo: .fnstart -@ BB#0: @ %entry +@ %bb.0: @ %entry .save {r11, lr} push {r11, lr} ldr r0, .LCPI1_0 @@ -52,7 +52,7 @@ goo: pop {r11, lr} mov pc, lr .p2align 2 -@ BB#1: +@ %bb.1: .LCPI1_0: .long _ZL1g .LCPI1_1: @@ -69,12 +69,12 @@ goo: .code 32 @ @hoo hoo: .fnstart -@ BB#0: @ %entry +@ %bb.0: @ %entry ldr r0, .LCPI2_0 ldr r0, [r0] mov pc, lr .p2align 2 -@ BB#1: +@ %bb.1: .LCPI2_0: .long b .Lfunc_end2: diff --git a/llvm/test/MC/ELF/basic-elf-32.s b/llvm/test/MC/ELF/basic-elf-32.s index 1036b04a747..d4aab27d29c 100644 --- a/llvm/test/MC/ELF/basic-elf-32.s +++ b/llvm/test/MC/ELF/basic-elf-32.s @@ -5,7 +5,7 @@ .align 16, 0x90 .type main,@function main: # @main -# BB#0: +# %bb.0: subl $4, %esp movl $.L.str1, (%esp) calll puts diff --git a/llvm/test/MC/ELF/basic-elf-64.s b/llvm/test/MC/ELF/basic-elf-64.s index b93f9aebd3a..01f020bd64b 100644 --- a/llvm/test/MC/ELF/basic-elf-64.s +++ b/llvm/test/MC/ELF/basic-elf-64.s @@ -5,7 +5,7 @@ .align 16, 0x90 .type main,@function main: # @main -# BB#0: +# %bb.0: subq $8, %rsp movl $.L.str1, %edi callq puts diff --git a/llvm/test/MC/ELF/call-abs.s b/llvm/test/MC/ELF/call-abs.s index 81265a1b075..145b9a7da2f 100644 --- a/llvm/test/MC/ELF/call-abs.s +++ b/llvm/test/MC/ELF/call-abs.s @@ -4,7 +4,7 @@ .globl f .type f,@function f: # @f -# BB#0: # %entry +# %bb.0: # %entry subl $4, %esp calll 42 incl %eax diff --git a/llvm/test/MC/ELF/fde.s b/llvm/test/MC/ELF/fde.s index 52ee33f16fb..09be34b5303 100644 --- a/llvm/test/MC/ELF/fde.s +++ b/llvm/test/MC/ELF/fde.s @@ -10,7 +10,7 @@ __cxx_global_var_init: # @__cxx_global_var_init .cfi_startproc .Lfunc_begin0: -# BB#0: # %entry +# %bb.0: # %entry pushq %rbp .Ltmp2: .cfi_def_cfa_offset 16 diff --git a/llvm/test/MC/MachO/debug_frame.s b/llvm/test/MC/MachO/debug_frame.s index d185127f4b1..509c57ac2c2 100644 --- a/llvm/test/MC/MachO/debug_frame.s +++ b/llvm/test/MC/MachO/debug_frame.s @@ -16,7 +16,7 @@ _proc: _f: ## @f Ltmp0: .cfi_startproc -## BB#0: ## %entry +## %bb.0: ## %entry movl $42, %eax ret Ltmp1: diff --git a/llvm/test/MC/Mips/do_switch1.s b/llvm/test/MC/Mips/do_switch1.s index 69742e9091a..e589351030e 100644 --- a/llvm/test/MC/Mips/do_switch1.s +++ b/llvm/test/MC/Mips/do_switch1.s @@ -22,7 +22,7 @@ main: # @main .set noreorder .set nomacro .set noat -# BB#0: # %entry +# %bb.0: # %entry addiu $sp, $sp, -8 addiu $1, $zero, 2 sw $1, 4($sp) diff --git a/llvm/test/MC/Mips/do_switch2.s b/llvm/test/MC/Mips/do_switch2.s index 0c8ad4ad896..d82e8f502b0 100644 --- a/llvm/test/MC/Mips/do_switch2.s +++ b/llvm/test/MC/Mips/do_switch2.s @@ -21,7 +21,7 @@ main: # @main .set noreorder .set nomacro .set noat -# BB#0: # %entry +# %bb.0: # %entry lui $2, %hi(_gp_disp) addiu $2, $2, %lo(_gp_disp) addiu $sp, $sp, -8 diff --git a/llvm/test/MC/Mips/do_switch3.s b/llvm/test/MC/Mips/do_switch3.s index 7ed4f7c5219..b35ff126179 100644 --- a/llvm/test/MC/Mips/do_switch3.s +++ b/llvm/test/MC/Mips/do_switch3.s @@ -21,7 +21,7 @@ main: # @main .set noreorder .set nomacro .set noat -# BB#0: # %entry +# %bb.0: # %entry daddiu $sp, $sp, -16 lui $1, %hi(%neg(%gp_rel(main))) daddu $2, $1, $25 diff --git a/llvm/test/MC/Mips/elf-N64.s b/llvm/test/MC/Mips/elf-N64.s index bf6ebd73091..6be46ddd8a9 100644 --- a/llvm/test/MC/Mips/elf-N64.s +++ b/llvm/test/MC/Mips/elf-N64.s @@ -29,7 +29,7 @@ main: # @main .set noreorder .set nomacro .set noat -# BB#0: # %entry +# %bb.0: # %entry daddiu $sp, $sp, -16 sd $ra, 8($sp) # 8-byte Folded Spill sd $gp, 0($sp) # 8-byte Folded Spill diff --git a/llvm/test/MC/Mips/elf-gprel-32-64.s b/llvm/test/MC/Mips/elf-gprel-32-64.s index 2f5ac6652a3..b590c97b278 100644 --- a/llvm/test/MC/Mips/elf-gprel-32-64.s +++ b/llvm/test/MC/Mips/elf-gprel-32-64.s @@ -34,7 +34,7 @@ test: # @test .set noreorder .set nomacro .set noat -# BB#0: # %entry +# %bb.0: # %entry lui $1, %hi(%neg(%gp_rel(test))) daddu $2, $1, $25 sltiu $1, $4, 4 diff --git a/llvm/test/MC/Mips/elf-relsym.s b/llvm/test/MC/Mips/elf-relsym.s index d19065e0cd7..53d863bde97 100644 --- a/llvm/test/MC/Mips/elf-relsym.s +++ b/llvm/test/MC/Mips/elf-relsym.s @@ -40,7 +40,7 @@ foo1: # @foo1 .set noreorder .set nomacro .set noat -# BB#0: # %entry +# %bb.0: # %entry lui $2, %hi(_gp_disp) addiu $2, $2, %lo(_gp_disp) addu $1, $2, $25 diff --git a/llvm/test/MC/Mips/elf-tls.s b/llvm/test/MC/Mips/elf-tls.s index d50f62c2099..23a52e1ef05 100644 --- a/llvm/test/MC/Mips/elf-tls.s +++ b/llvm/test/MC/Mips/elf-tls.s @@ -27,7 +27,7 @@ f1: # @f1 .set noreorder .set nomacro .set noat -# BB#0: # %entry +# %bb.0: # %entry lui $2, %hi(_gp_disp) addiu $2, $2, %lo(_gp_disp) addiu $sp, $sp, -24 @@ -59,7 +59,7 @@ f2: # @f2 .set noreorder .set nomacro .set noat -# BB#0: # %entry +# %bb.0: # %entry lui $2, %hi(_gp_disp) addiu $2, $2, %lo(_gp_disp) addiu $sp, $sp, -24 @@ -91,7 +91,7 @@ f3: # @f3 .set noreorder .set nomacro .set noat -# BB#0: # %entry +# %bb.0: # %entry lui $2, %hi(_gp_disp) addiu $2, $2, %lo(_gp_disp) addiu $sp, $sp, -24 diff --git a/llvm/test/MC/Mips/mips_gprel16.s b/llvm/test/MC/Mips/mips_gprel16.s index a6e09c6c7b0..72c6fa710c2 100644 --- a/llvm/test/MC/Mips/mips_gprel16.s +++ b/llvm/test/MC/Mips/mips_gprel16.s @@ -26,7 +26,7 @@ testvar1: # @testvar1 .set noreorder .set nomacro .set noat -# BB#0: # %entry +# %bb.0: # %entry // CHECK: lw ${{[0-9]+}}, 0($gp) lw $1, %gp_rel(var1)($gp) jr $ra @@ -50,7 +50,7 @@ testvar2: # @testvar2 .set noreorder .set nomacro .set noat -# BB#0: # %entry +# %bb.0: # %entry // CHECK: lw ${{[0-9]+}}, 4($gp) lw $1, %gp_rel(var2)($gp) jr $ra diff --git a/llvm/test/MC/Mips/r-mips-got-disp.s b/llvm/test/MC/Mips/r-mips-got-disp.s index 3cadc228422..b75cac59217 100644 --- a/llvm/test/MC/Mips/r-mips-got-disp.s +++ b/llvm/test/MC/Mips/r-mips-got-disp.s @@ -22,7 +22,7 @@ main: # @main .set noreorder .set nomacro .set noat -# BB#0: # %entry +# %bb.0: # %entry daddiu $sp, $sp, -16 sd $ra, 8($sp) # 8-byte Folded Spill sd $gp, 0($sp) # 8-byte Folded Spill diff --git a/llvm/test/MC/Mips/xgot.s b/llvm/test/MC/Mips/xgot.s index 3380a856375..9c64db749fd 100644 --- a/llvm/test/MC/Mips/xgot.s +++ b/llvm/test/MC/Mips/xgot.s @@ -31,7 +31,7 @@ fill: # @fill .set noreorder .set nomacro .set noat -# BB#0: # %entry +# %bb.0: # %entry lui $2, %hi(_gp_disp) addiu $2, $2, %lo(_gp_disp) addiu $sp, $sp, -24 diff --git a/llvm/test/MC/PowerPC/tls-gd-obj.s b/llvm/test/MC/PowerPC/tls-gd-obj.s index fb4ab8b351e..66c8fa0138b 100644 --- a/llvm/test/MC/PowerPC/tls-gd-obj.s +++ b/llvm/test/MC/PowerPC/tls-gd-obj.s @@ -18,7 +18,7 @@ main: # @main .quad 0 .text .L.main: -# BB#0: # %entry +# %bb.0: # %entry addis 3, 2, a@got@tlsgd@ha addi 3, 3, a@got@tlsgd@l li 4, 0 diff --git a/llvm/test/MC/PowerPC/tls-ie-obj.s b/llvm/test/MC/PowerPC/tls-ie-obj.s index f7de644630c..f3bb7ee0335 100644 --- a/llvm/test/MC/PowerPC/tls-ie-obj.s +++ b/llvm/test/MC/PowerPC/tls-ie-obj.s @@ -17,7 +17,7 @@ main: # @main .quad 0 .text .L.main: -# BB#0: # %entry +# %bb.0: # %entry li 3, 0 addis 4, 2, a@got@tprel@ha ld 4, a@got@tprel@l(4) diff --git a/llvm/test/MC/PowerPC/tls-ld-obj.s b/llvm/test/MC/PowerPC/tls-ld-obj.s index 1fa371dfac2..3538d70a30a 100644 --- a/llvm/test/MC/PowerPC/tls-ld-obj.s +++ b/llvm/test/MC/PowerPC/tls-ld-obj.s @@ -17,7 +17,7 @@ main: # @main .quad 0 .text .L.main: -# BB#0: # %entry +# %bb.0: # %entry addis 3, 2, a@got@tlsld@ha addi 3, 3, a@got@tlsld@l li 4, 0 diff --git a/llvm/test/MC/X86/compact-unwind.s b/llvm/test/MC/X86/compact-unwind.s index 82be239d79c..70fc018f788 100644 --- a/llvm/test/MC/X86/compact-unwind.s +++ b/llvm/test/MC/X86/compact-unwind.s @@ -13,7 +13,7 @@ .globl _test0 _test0: ## @test0 .cfi_startproc -## BB#0: ## %entry +## %bb.0: ## %entry pushq %rbp Ltmp0: .cfi_def_cfa_offset 16 @@ -43,7 +43,7 @@ Ltmp4: .globl _test1 _test1: ## @test1 .cfi_startproc -## BB#0: ## %entry +## %bb.0: ## %entry pushq %rbp Ltmp10: .cfi_def_cfa_offset 16 |

