diff options
Diffstat (limited to 'clang/test/CodeGen/pgo-max-function-count.c')
-rw-r--r-- | clang/test/CodeGen/pgo-max-function-count.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/clang/test/CodeGen/pgo-max-function-count.c b/clang/test/CodeGen/pgo-max-function-count.c deleted file mode 100644 index b60a4671eb1..00000000000 --- a/clang/test/CodeGen/pgo-max-function-count.c +++ /dev/null @@ -1,9 +0,0 @@ -// RUN: %clang -fprofile-generate -o %t -O2 %s -// RUN: env LLVM_PROFILE_FILE=%t.profraw %t -// RUN: llvm-profdata merge -o %t.profdata %t.profraw -// RUN: %clang -fprofile-use=%t.profdata -o - -S -emit-llvm %s | FileCheck %s -// Check -int main() { - return 0; -} -// CHECK: !{{[0-9]+}} = !{i32 1, !"MaxFunctionCount", i32 1} |