r301344 - [PGO/tests] Update comment to reflect reality.

Davide Italiano via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 25 11:04:31 PDT 2017


Author: davide
Date: Tue Apr 25 13:04:31 2017
New Revision: 301344

URL: http://llvm.org/viewvc/llvm-project?rev=301344&view=rev
Log:
[PGO/tests] Update comment to reflect reality.

Modified:
    cfe/trunk/test/CodeGen/pgo-sample-thinlto-summary.c

Modified: cfe/trunk/test/CodeGen/pgo-sample-thinlto-summary.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/pgo-sample-thinlto-summary.c?rev=301344&r1=301343&r2=301344&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/pgo-sample-thinlto-summary.c (original)
+++ cfe/trunk/test/CodeGen/pgo-sample-thinlto-summary.c Tue Apr 25 13:04:31 2017
@@ -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




More information about the cfe-commits mailing list