Skip to content

Commit 1689bb5

Browse files
committed
more test
Created using spr 1.3.4
1 parent c87747e commit 1689bb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang/test/CodeGen/ubsan-trap-merge.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,10 @@ int m(int x, int y) {
735735
// HANDLER-NOMERGE: attributes #[[ATTR4]] = { nomerge noreturn nounwind }
736736
// MINRT-NOMERGE: attributes #[[ATTR4]] = { nomerge noreturn nounwind }
737737

738+
// TRAP-MERGE: [[PROF3]] = !{!"branch_weights", i32 1, i32 1048575}
739+
// HANDLER-MERGE: [[PROF3]] = !{!"branch_weights", i32 1, i32 1048575}
740+
// MINRT-MERGE: [[PROF3]] = !{!"branch_weights", i32 1, i32 1048575}
741+
738742
// TRAP-NOMERGE: [[PROF3]] = !{!"branch_weights", i32 1, i32 1048575}
739743
// HANDLER-NOMERGE: [[PROF3]] = !{!"branch_weights", i32 1, i32 1048575}
740744
// MINRT-NOMERGE: [[PROF3]] = !{!"branch_weights", i32 1, i32 1048575}

0 commit comments

Comments
 (0)