File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/test/CodeGen/AArch64 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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).
641641define 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
You can’t perform that action at this time.
0 commit comments