Skip to content

Commit 5231144

Browse files
committed
update test
Created using spr 1.3.4
1 parent 6348ea5 commit 5231144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Instrumentation/BoundsChecking/runtimes.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ define void @f1(i64 %x) nounwind {
182182
; RT: attributes #[[ATTR0]] = { nounwind }
183183
;.
184184
; TR-NOMERGE: attributes #[[ATTR0]] = { nounwind }
185-
; TR-NOMERGE: attributes #[[ATTR1:[0-9]+]] = { cold noreturn nounwind }
185+
; TR-NOMERGE: attributes #[[ATTR1:[0-9]+]] = { cold noreturn nounwind memory(inaccessiblemem: write) }
186186
; TR-NOMERGE: attributes #[[ATTR2]] = { nomerge noreturn nounwind }
187187
;.
188188
; RT-NOMERGE: attributes #[[ATTR0]] = { nounwind }
@@ -201,7 +201,7 @@ define void @f1(i64 %x) nounwind {
201201
;.
202202
; TR-GUARD: attributes #[[ATTR0]] = { nounwind }
203203
; TR-GUARD: attributes #[[ATTR1:[0-9]+]] = { nocallback nofree nosync nounwind willreturn memory(inaccessiblemem: write) }
204-
; TR-GUARD: attributes #[[ATTR2:[0-9]+]] = { cold noreturn nounwind }
204+
; TR-GUARD: attributes #[[ATTR2:[0-9]+]] = { cold noreturn nounwind memory(inaccessiblemem: write) }
205205
; TR-GUARD: attributes #[[ATTR3]] = { nomerge noreturn nounwind }
206206
;.
207207
; RT-GUARD: attributes #[[ATTR0]] = { nounwind }

0 commit comments

Comments
 (0)