Skip to content

Commit aeddd0b

Browse files
committed
Update test
1 parent 2ee4c4b commit aeddd0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/AArch64/sme-za-exceptions.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ return_normally:
639639
; In this example we must execute __arm_sme_restore once we enter the catch block
640640
; (before executing __arm_sme_save again, which would invalidate the prior save).
641641
define void @try_catch_agnostic_za() "aarch64_za_state_agnostic" personality ptr @__gxx_personality_v0 {
642-
; CHECK-LABEL: try_catch_agnostic_za_callee:
642+
; CHECK-LABEL: try_catch_agnostic_za:
643643
; CHECK: .Lfunc_begin4:
644644
; CHECK-NEXT: .cfi_startproc
645645
; CHECK-NEXT: .cfi_personality 156, DW.ref.__gxx_personality_v0
@@ -673,7 +673,7 @@ define void @try_catch_agnostic_za() "aarch64_za_state_agnostic" personality ptr
673673
; CHECK-NEXT: bl __cxa_end_catch
674674
; CHECK-NEXT: b .LBB4_1
675675
;
676-
; CHECK-SDAG-LABEL: try_catch_agnostic_za_callee:
676+
; CHECK-SDAG-LABEL: try_catch_agnostic_za:
677677
; CHECK-SDAG: .Lfunc_begin4:
678678
; CHECK-SDAG-NEXT: .cfi_startproc
679679
; CHECK-SDAG-NEXT: .cfi_personality 156, DW.ref.__gxx_personality_v0

0 commit comments

Comments
 (0)