summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile/profile-summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Profile/profile-summary.c')
-rw-r--r--clang/test/Profile/profile-summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Profile/profile-summary.c b/clang/test/Profile/profile-summary.c
index dc3112c9d67..47fd9e85a45 100644
--- a/clang/test/Profile/profile-summary.c
+++ b/clang/test/Profile/profile-summary.c
@@ -1,7 +1,7 @@
// Test that profile summary is set correctly.
// RUN: llvm-profdata merge %S/Inputs/max-function-count.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
//
int begin(int i) {
if (i)
OpenPOWER on IntegriCloud