diff options
Diffstat (limited to 'clang/test/Profile/func-entry.c')
-rw-r--r-- | clang/test/Profile/func-entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Profile/func-entry.c b/clang/test/Profile/func-entry.c index 430ccb3806c..4a4ca228835 100644 --- a/clang/test/Profile/func-entry.c +++ b/clang/test/Profile/func-entry.c @@ -1,7 +1,7 @@ // Test that function entry counts are set correctly. // RUN: llvm-profdata merge %S/Inputs/func-entry.proftext -o %t.profdata -// RUN: %clang_cc1 %s -o - -disable-llvm-optzns -emit-llvm -fprofile-instrument-use-path=%t.profdata | FileCheck %s +// RUN: %clang_cc1 %s -o - -disable-llvm-passes -emit-llvm -fprofile-instrument-use-path=%t.profdata | FileCheck %s void foo(void); |