From e2ff98d9f8c514b9c612cf293ac29e14d27b5876 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Tue, 25 Apr 2017 18:04:31 +0000 Subject: [PATCH] [PGO/tests] Update comment to reflect reality. llvm-svn: 301344 --- clang/test/CodeGen/pgo-sample-thinlto-summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/pgo-sample-thinlto-summary.c b/clang/test/CodeGen/pgo-sample-thinlto-summary.c index fe742e0..7782aeb 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 -- 2.7.4