blob: 46bc7708ea29c7d606ed7b3b62892441ac918373 [file] [log] [blame]
// RUN: %target-swift-frontend %s -profile-generate -emit-sil -o %t.sil
// RUN: %target-swift-frontend %t.sil -module-name=coverage_ignored -emit-ir -o - | %FileCheck %s -check-prefix=CHECK-IGNORED
// CHECK-IGNORED-NOT: llvm.instrprof
// CHECK-IGNORED-NOT: profc
func foo() {}
foo()