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