]> granicus.if.org Git - clang/commitdiff
[PGO] Update test now that we don't call IndirectCallPromotion.
authorDavide Italiano <davide@freebsd.org>
Tue, 25 Apr 2017 17:48:10 +0000 (17:48 +0000)
committerDavide Italiano <davide@freebsd.org>
Tue, 25 Apr 2017 17:48:10 +0000 (17:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301339 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/pgo-sample-thinlto-summary.c

index a284af3c80877ad3d88bf7806218b6770e4d8def..fe742e0df1202d2dd9f3b02f8453b9d32ba713a5 100644 (file)
@@ -32,10 +32,10 @@ void unroll() {
     baz(i);
 }
 
-// Checks if icp is invoked by normal compile, but not thinlto compile.
+// Checks that icp is invoked.
 // O2-LABEL: define void @icp
 // THINLTO-LABEL: define void @icp
-// O2: if.true.direct_targ
+// O2-NOT: if.true.direct_targ
 // ThinLTO-NOT: if.true.direct_targ
 void icp(void (*p)()) {
   p();