diff options
Diffstat (limited to 'test/CodeGen/pgo-sample.c')
-rw-r--r-- | test/CodeGen/pgo-sample.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/pgo-sample.c b/test/CodeGen/pgo-sample.c index c955edfab7a42..e7d2fa61aa1e8 100644 --- a/test/CodeGen/pgo-sample.c +++ b/test/CodeGen/pgo-sample.c @@ -2,8 +2,5 @@ // // Ensure Pass PGOInstrumentationGenPass is invoked. // RUN: %clang_cc1 -O2 -fprofile-sample-use=%S/Inputs/pgo-sample.prof %s -mllvm -debug-pass=Structure -emit-llvm -o - 2>&1 | FileCheck %s -// CHECK: Simplify the CFG -// CHECK: SROA -// CHECK: Combine redundant instructions // CHECK: Remove unused exception handling info // CHECK: Sample profile pass |