Skip to content

Commit c83e2e7

Browse files
committed
!fixup remove undef from test
1 parent 9af0ba5 commit c83e2e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Instrumentation/TypeSanitizer/invalid-metadata.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
!llvm.tysan.globals = !{!0}
55

6-
!0 = distinct !{ptr undef, !1}
6+
!0 = distinct !{ptr null, !1}
77
!1 = !{!"any pointer", !2, i64 0}
88
!2 = !{!"omnipotent char", !3, i64 0}
99
!3 = !{!"Simple C/C++ TBAA"}
@@ -28,7 +28,7 @@
2828
;.
2929
; CHECK: attributes #[[ATTR0]] = { nounwind }
3030
;.
31-
; CHECK: [[META0:![0-9]+]] = distinct !{ptr undef, [[META1:![0-9]+]]}
31+
; CHECK: [[META0:![0-9]+]] = distinct !{ptr null, [[META1:![0-9]+]]}
3232
; CHECK: [[META1]] = !{!"any pointer", [[META2:![0-9]+]], i64 0}
3333
; CHECK: [[META2]] = !{!"omnipotent char", [[META3:![0-9]+]], i64 0}
3434
; CHECK: [[META3]] = !{!"Simple C/C++ TBAA"}

0 commit comments

Comments
 (0)