Skip to content

Commit 8afa712

Browse files
committed
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.6-beta.1 [skip ci]
1 parent ba4ee99 commit 8afa712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/CodeGen/X86/call-graph-section-assembly.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
define ptr @ball() {
1010
entry:
1111
%fp_foo_val = load ptr, ptr null, align 8
12-
; CHECK: [[LABEL_TMP0:\.Ltmp[0-9]+]]:
12+
; CHECK: [[LABEL_TMP0:\.L.*]]:
1313
call void (...) %fp_foo_val(), !callee_type !0
1414
%fp_bar_val = load ptr, ptr null, align 8
15-
; CHECK: [[LABEL_TMP1:\.Ltmp[0-9]+]]:
15+
; CHECK: [[LABEL_TMP1:\.L.*]]:
1616
%call_fp_bar = call i32 %fp_bar_val(i8 0), !callee_type !2
1717
%fp_baz_val = load ptr, ptr null, align 8
18-
; CHECK: [[LABEL_TMP2:\.Ltmp[0-9]+]]:
18+
; CHECK: [[LABEL_TMP2:\.L.*]]:
1919
%call_fp_baz = call ptr %fp_baz_val(ptr null), !callee_type !4
2020
ret ptr %call_fp_baz
2121
}

0 commit comments

Comments
 (0)