Skip to content

Commit 5c458ed

Browse files
committed
[gold] Fix tests after #76553 (NFC)
1 parent 4c2ad82 commit 5c458ed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

llvm/test/tools/gold/X86/devirt_vcall_vis_export_dynamic.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ target triple = "x86_64-grtev4-linux-gnu"
116116
;; Prevent the vtables from being dead code eliminated.
117117
@llvm.used = appending global [3 x ptr] [ ptr @_ZTV1B, ptr @_ZTV1C, ptr @_ZTV1D]
118118

119-
; CHECK-IR-LABEL: define dso_local i32 @_start
119+
; CHECK-IR-LABEL: define dso_local {{(noundef )?}}i32 @_start
120120
define i32 @_start(ptr %obj, ptr %obj2, i32 %a) {
121121
entry:
122122
%vtable = load ptr, ptr %obj

llvm/test/tools/gold/X86/devirt_vcall_vis_public.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ target triple = "x86_64-grtev4-linux-gnu"
7474
; Prevent the vtables from being dead code eliminated.
7575
@llvm.used = appending global [3 x ptr] [ ptr @_ZTV1B, ptr @_ZTV1C, ptr @_ZTV1D]
7676

77-
; CHECK-IR-LABEL: define dso_local i32 @_start
77+
; CHECK-IR-LABEL: define dso_local {{(noundef )?}}i32 @_start
7878
define i32 @_start(ptr %obj, ptr %obj2, i32 %a) {
7979
entry:
8080
%vtable = load ptr, ptr %obj

llvm/test/tools/gold/X86/opt-level.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ define internal void @foo() {
2424
}
2525

2626
; CHECK-O0: define internal i32 @bar(
27-
; CHECK-O1: define internal i32 @bar(
27+
; CHECK-O1: define internal noundef i32 @bar(
2828
define internal i32 @bar(i1 %p) {
2929
br i1 %p, label %t, label %f
3030

llvm/test/tools/gold/X86/v1.16/devirt_vcall_vis_export_dynamic.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ target triple = "x86_64-grtev4-linux-gnu"
114114
;; Prevent the vtables from being dead code eliminated.
115115
@llvm.used = appending global [3 x ptr] [ ptr @_ZTV1B, ptr @_ZTV1C, ptr @_ZTV1D]
116116

117-
; CHECK-IR-LABEL: define dso_local i32 @_start
117+
; CHECK-IR-LABEL: define dso_local {{(noundef )?}}i32 @_start
118118
define i32 @_start(ptr %obj, ptr %obj2, i32 %a) {
119119
entry:
120120
%vtable = load ptr, ptr %obj

0 commit comments

Comments
 (0)