Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Transforms / SampleProfile / remap-unmatched.ll
blobb1dc2266e03fab62d4b9863df3d2ceed3b3dd206
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
4 define void @foo() #0 {
5   ret void
8 attributes #0 = { "use-sample-profile" }