[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)
llvm-svn: 301339

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

index a284af3..fe742e0 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();