Skip to content

Commit a61db8e

Browse files
committed
s/non_leaf_tailcall/leaf_tailcall/ [NFC]
1 parent b5624a6 commit a61db8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/test/CodeGen/Thumb/frame-chain.ll

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ define dso_local void @required_fp(i32 %0, i32 %1) {
274274
ret void
275275
}
276276

277-
define dso_local noundef i32 @non_leaf_tailcall(i32 noundef %0) {
278-
; FP-LABEL: non_leaf_tailcall:
277+
define dso_local noundef i32 @leaf_tailcall(i32 noundef %0) {
278+
; FP-LABEL: leaf_tailcall:
279279
; FP: @ %bb.0:
280280
; FP-NEXT: .save {r7, lr}
281281
; FP-NEXT: push {r7, lr}
@@ -284,7 +284,7 @@ define dso_local noundef i32 @non_leaf_tailcall(i32 noundef %0) {
284284
; FP-NEXT: bl leaf
285285
; FP-NEXT: pop {r7, pc}
286286
;
287-
; FP-AAPCS-LABEL: non_leaf_tailcall:
287+
; FP-AAPCS-LABEL: leaf_tailcall:
288288
; FP-AAPCS: @ %bb.0:
289289
; FP-AAPCS-NEXT: .save {lr}
290290
; FP-AAPCS-NEXT: push {lr}
@@ -298,14 +298,14 @@ define dso_local noundef i32 @non_leaf_tailcall(i32 noundef %0) {
298298
; FP-AAPCS-NEXT: mov r11, r1
299299
; FP-AAPCS-NEXT: pop {pc}
300300
;
301-
; NOFP-LABEL: non_leaf_tailcall:
301+
; NOFP-LABEL: leaf_tailcall:
302302
; NOFP: @ %bb.0:
303303
; NOFP-NEXT: .save {r7, lr}
304304
; NOFP-NEXT: push {r7, lr}
305305
; NOFP-NEXT: bl leaf
306306
; NOFP-NEXT: pop {r7, pc}
307307
;
308-
; NOFP-AAPCS-LABEL: non_leaf_tailcall:
308+
; NOFP-AAPCS-LABEL: leaf_tailcall:
309309
; NOFP-AAPCS: @ %bb.0:
310310
; NOFP-AAPCS-NEXT: .save {r7, lr}
311311
; NOFP-AAPCS-NEXT: push {r7, lr}

0 commit comments

Comments
 (0)