Skip to content

Commit 4d4a805

Browse files
committed
Add back CHECK-NEXT
1 parent 8db04fb commit 4d4a805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Instrumentation/MemorySanitizer/partial-poison.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ define <2 x i64> @full_undef(ptr %add.ptr) sanitize_memory {
7676
; CHECK-LABEL: define <2 x i64> @full_undef(
7777
; CHECK-SAME: ptr [[ADD_PTR:%.*]]) #[[ATTR0]] {
7878
; CHECK-NEXT: call void @llvm.donothing()
79-
; CHECK: store <2 x i64> splat (i64 -1), ptr @__msan_retval_tls, align 8
79+
; CHECK-NEXT: store <2 x i64> splat (i64 -1), ptr @__msan_retval_tls, align 8
8080
; CHECK-NEXT: ret <2 x i64> undef
8181
;
8282
ret <2 x i64> <i64 undef, i64 undef>

0 commit comments

Comments
 (0)