File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/test/Instrumentation/BoundsChecking Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments