summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2017-04-25 18:04:31 +0000
committerDavide Italiano <davide@freebsd.org>2017-04-25 18:04:31 +0000
commite2ff98d9f8c514b9c612cf293ac29e14d27b5876 (patch)
tree8a1941628e96eb739d612fa16f359a42958a9195 /clang/test
parentf2db5434be9e2a5ff1a41e2e58c4a183872e5c9e (diff)
downloadbcm5719-llvm-e2ff98d9f8c514b9c612cf293ac29e14d27b5876.tar.gz
bcm5719-llvm-e2ff98d9f8c514b9c612cf293ac29e14d27b5876.zip
[PGO/tests] Update comment to reflect reality.
llvm-svn: 301344
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGen/pgo-sample-thinlto-summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/pgo-sample-thinlto-summary.c b/clang/test/CodeGen/pgo-sample-thinlto-summary.c
index fe742e0df12..7782aeb7661 100644
--- a/clang/test/CodeGen/pgo-sample-thinlto-summary.c
+++ b/clang/test/CodeGen/pgo-sample-thinlto-summary.c
@@ -32,7 +32,7 @@ void unroll() {
baz(i);
}
-// Checks that icp is invoked.
+// Check that icp is not invoked (both -O2 and ThinLTO).
// O2-LABEL: define void @icp
// THINLTO-LABEL: define void @icp
// O2-NOT: if.true.direct_targ
OpenPOWER on IntegriCloud