xref: /llvm-project/llvm/test/Transforms/SampleProfile/remap-unmatched.ll (revision 683f2df6e5efc72b1b61d9863e3eec86ca92824b)
1; This test should not crash.
2; RUN: opt %s -passes=sample-profile -sample-profile-file=%S/Inputs/remap.prof -sample-profile-remapping-file=%S/Inputs/remap.map
3
4define void @foo() #0 {
5  ret void
6}
7
8attributes #0 = { "use-sample-profile" }
9