blob: 9519cb7eb8ed67af2a8fb3ad55bf86e5ec696550 [file] [log] [blame]
// RUN: %clang_cc1 %s -emit-llvm -fprofile-instrument=clang -fsanitize=thread -o - | FileCheck %s
// CHECK: define {{.*}}@foo
// CHECK-NOT: load {{.*}}foo
// CHECK: ret void
void foo() {}