blob: c0f5311cc24ab000414a4e81eb32af0e098f1508 [file] [log] [blame]
// RUN: %target-swift-frontend -emit-ir -profile-generate -sanitize=thread %s | %FileCheck %s
// REQUIRES: OS=macosx
// REQUIRES: CPU=x86_64
// CHECK: define {{.*}}empty
// CHECK-NOT: load{{.*}}empty
// CHECK: ret void
func empty() {
}
empty()