Skip to content

Commit 4142fa7

Browse files
committed
Fix tests.
1 parent 229e9d0 commit 4142fa7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

llvm/test/CodeGen/ARM/call-graph-section-addrtaken.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ entry:
1313
ret i32 0
1414
}
1515

16+
; CHECK: _ZL10myCallbacki:
17+
; CHECK-NEXT: [[LABEL_FUNC:\.Lfunc_begin[0-9]+]]:
1618
define internal void @_ZL10myCallbacki(i32 %value) !type !2 {
1719
entry:
1820
%sink = alloca i32, align 4

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ entry:
1313
ret i32 0
1414
}
1515

16+
; CHECK: _ZL10myCallbacki:
17+
; CHECK-NEXT: [[LABEL_FUNC:\.Lfunc_begin[0-9]+]]:
1618
define internal void @_ZL10myCallbacki(i32 %value) !type !2 {
1719
entry:
1820
%sink = alloca i32, align 4

0 commit comments

Comments
 (0)